Orion Web Interest

For web related topics in the Orion context, including Servlet and JSP.

Navigation : Forums , Search , Login , Register , Password Reminder

Thread: orion-web-interest

Registered forum users can select to subscribe to this list. Subscribed users will be sent all messages posted on Orion Web Interest by e-mail.

Register here, or send an e-mail to orion-web-interest-request@orionserver.com with a subject of "subscribe" and an empty body.



Balaji Naidu
Balaji Naidu
User

Posts: 0
Joined: 09-02-27
 
help regarding deployment. 09-02-27 12:23 +0100
Hi,

I am new to your "Orion2 server". I am not able to understand how to deploy my web application or war file in this server. Could you please help me regarding this issue.

I am using myeclipse7, where I configured Orion2 server and it is running fine and i deployed my web application, but when I tried to run my application I am getting 404 page not found error. please help me with this issue also.

Thanks in Advance
Balaji

 

Jitesh Sinha
Jitesh Sinha
User

Posts: 4
Joined: 08-05-20
 
Unknown assembly tag 08-05-20 22:06 +0200
I am getting this error while starting Orion web server :-

Error instantiating application at file:/C:/orion/applications/myapp.war:
Unknown assembly tag in file:/C:/orion/applications/myapp/: <web-module>


My application.xml is like this :-

<?xml version="1.0"?>
<!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN"

"http://www.orionserver.com/dtds/orion-application.dtd">

<!-- The global application config that is the parent of all the other
applications in this server. -->
<orion-application>
<web-module id="myapp" path="C:/orion/applications/myapp" />
<persistence path="../persistence" />

<!-- Path to the libraries that are installed on this server.
These will accesible for the servlets, EJBs etc -->
<library path="../lib" />

<principals path="./principals.xml" />

<log>
<file path="../log/global-application.log" />
</log>

<data-sources path="data-sources.xml" />

<namespace-access>
<read-access>
<namespace-resource root="">
<security-role-mapping>
<group name="administrators" />
</security-role-mapping>
</namespace-resource>
</read-access>
<write-access>
<namespace-resource root="">
<security-role-mapping>
<group name="administrators" />
</security-role-mapping>
</namespace-resource>
</write-access>
</namespace-access>
</orion-application>


Any idea why that would come?I checked the dtd and it looks okay.
[4 replies , latest reply at 08-05-22 21:05 +0200 ]

Czachary
Czachary
User

Posts: 4
Joined: 03-04-07
 
Caching in Orion / Singleton pattern 08-02-26 21:40 +0100
Hello,

I have been trying various ways to cache often looked-up information from the database in a cache of some sort. I have tried various singleton patterns to create one source, but orion seems to create multiple instances of the class, regardless of what I do. I believe the singleton pattern does not work in j2ee envirnoments, so my question is, what is a better solution to cache often used data?
[3 replies , latest reply at 08-02-27 00:00 +0100 ]

vinu maran
vinu maran
User

Posts: 2
Joined: 07-11-07
 
deployed war file 07-11-07 14:59 +0100
hi friends
i have deployed a war file under C:\orion\applications but i cannot run the
application, while deploying there was no error can some suggest what is the
problem

thanks
 

vinu maran
vinu maran
User

Posts: 2
Joined: 07-11-07
 
orion-web.xml problem 07-11-07 10:45 +0100
hi i created a web application using jsp and dployed in the orion application server while deploying i get following error

resource-env-ref 'project1' referenced from resource-ref-mapping not found

my orion-web.xml written like this

<?xml version="1.0" encoding="UTF-8"?>
<orion-web-app>
<!--
resource-ref-mapping
location: l'URL jndi assoluto
name: l'URL jndi specificato nel web.xml
-->
<resource-ref-mapping location="project1" name="project1"/>
</orion-web-app>


can any one sugget the solution ???

thanks
VinuMaran
 

Will Wallace
Will Wallace
User

Posts: 2
Joined: 07-10-18
 
JSP Conversion Inconsistent on Different JDK Versions 07-10-18 00:31 +0200
I am currently working to upgrade an existing web app that ran with Orion 2.0.2 and JDK 1.3 to run with Orion 2.0.7 and JDK 1.6. I am running into the "Code too long for try/catch block" error on many JSP files that are only about 500 - 600 lines long in some cases. I set the global-web-application.xml to use development="true" so I could look at the generated .java servlet files for the JSP files. I noticed that for many of the JSTL and Struts tags are being converted differently when using JDK 1.6 instead of the JDK 1.3. The Orion converter is creating files that are approximately 10 - 15kb larger than their equivalent file converted using JDK 1.3. Is there a reason why the Orion compiler would convert JSP files differently based on the JDK? This is currently breaking the application.
 

Talha Karda?
Talha Karda?
User

Posts: 3
Joined: 07-10-06
 
ORIONSERVER HELP 07-10-06 10:09 +0200
This message has been removed by the forum administrator.
 

Talha Karda?
Talha Karda?
User

Posts: 3
Joined: 07-10-06
 
ORIONSERVER HELP 07-10-06 10:09 +0200
This message has been removed by the forum administrator.
 

dhanu chintala
dhanu chintala
User

Posts: 1
Joined: 07-09-25
 
orion web server upgrade 07-09-25 06:06 +0200
Hi All

We recently upgraded our orion server from 1.5.2 to 2.0.6

It appears that the jsp pages are not able to locate the classes referred in the taglib.tld file.

The classes are located under WEB-INF/classes

We are getting the following error:


500 Internal Server Error
Error parsing JSP page /tablepro/openMenu.jsp

Tag class au.com.aristocrat.tablePro.tags.MessageTag not found: javax/servlet/jsp/JspContext

Any help would be appreciated.

Cheers
Dhanu
 
[Earlier]