Re: https session-timeout problem

2002-04-11 Thread Jose Mena
I had the same problem and I fixed it putting shared=true in the web-app line of the secure-web-site.xml config file. - Original Message - From: Orion Newsgroup @[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 1:25 PM Subject: https session-timeout

error-page tag in web-xml question

2002-04-10 Thread Jose Mena
Hi, I'm trying to set an error page in one of my web applications. To do this i have put this tag in the web.xml file: error-page error-code500/error-code location/error.html/location /error-page to catch all the 500 errors and redirect the user to an error page. It works when

[no subject]

2002-04-09 Thread Jose Mena
Hi, I'm trying to set an error page in one of my web applications. To do this i have put this tag in the web.xml file: error-page error-code500/error-code location/error.html/location /error-page to catch all the 500 errors and redirect the user to an error page. It works when

JSP comment tag.

2002-03-15 Thread Jose Mena
Hi, I have a problem when putting comments in JSP code. Orion doesn't process the code inside a comment, but if i look at the sun's jsp reference(http://java.sun.com/products/jsp/tags/11/syntaxref11.fm1.html) it says that the server must process it when it's put inside a comment. Here you are an

shutdown problem

2002-02-27 Thread Jose Mena
Hi, i 'm having problems when shuting down my orion server. It's an orion 1.5.2 under debian linux(2.2.17 kernel version). this is the command i launch to stop it: $JAVARUN -jar admin.jar ormi://localhost/ admin OptiPlex -shutdown force but sometimes it doesn't stop the server. do you know

Re: Update container without redeploy?

2002-02-22 Thread Jose Mena
You can use jakarta's ant to make a project that builds an ear. whenever you make a change it will be easy to build the entire ear and deploy it, just with one command line. - Original Message - From: Phil Rice [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, February

problem with database connection

2002-01-31 Thread Jose Mena
Hi you all, i have a question. I have an oracle data-source configured on a 1.5.2 orion server. Here you are: data-sources data-source class=com.evermind.sql.DriverManagerDataSource name=IMS location=jdbc/IMSCoreDS xa-location=jdbc/xa/IMSXADS

Re: hot redeployment - how to preserve session state?

2002-01-30 Thread Jose Mena
Hi you all, i have a question. I have an oracle data-source configured on a 1.5.2 orion server. Here you are: data-sourcesdata-source class="com.evermind.sql.DriverManagerDataSource" name="IMS" location="jdbc/IMSCoreDS" xa-location="jdbc/xa/IMSXADS" ejb-location="jdbc/IMSDS"

Re: how does Orion finds classes ?

2001-12-19 Thread Jose Mena
Hi, I'm using the default application with a jar and some war files. When i make a deploy on the applications directory it doesn't it automaticaly. Instead of it i got to restart the server(taking in account that the restart option from admin.jar DOESN'T WORK). What do i have to do to get it

Re: deployment tool

2001-11-20 Thread Jose Mena
does orion support the new ejb 2.0 version? - Original Message - From: DeVincentiis Giustino [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 8:50 AM Subject: RE: deployment tool Hi, you can try Ant (http://jakarta.apache.org/ant/) Giustino