RE: method to retrieve the port number specified in conf/server.xml

2003-07-17 Thread sankara
You can use the ServletRequest's getServerPort(). -A.Sankar. -Original Message- From: Alan Tang [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:43 PM To: Tomcat Users List Subject: method to retrieve the port number specified in conf/server.xml Hi, Could anybody please tell

RE: how two web applications share a java bean object ?

2003-07-17 Thread sankara
Put the Bean (Bean.class) in a jar (Bean.jar) and put the jar in $CATALINA_HOME/shared/lib. This is for placing the class files shared by more than one web app. But, I think Martin is asking how to get a bean instance in one web application that is created in another web application. -A.Sankar

RE: Session timeout

2003-07-16 Thread sankara
You can use, session-config session-timeoutXXX/session-timeout /session-config in your web.xml Regards, A.Sankar -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 8:17 PM To: 'Tomcat Users List' (E-mail) Subject: Session timeout Hi

Configuring SSL in Tomcat 3.3.1 with JDK 1.3.1

2003-07-15 Thread sankara
Hi all, I have problems in setting up SSL in Tomcat 3.3.1 and the JDK used is 1.3.1. Steps followed: --- I have downloaded the JSSE jar files and placed them in the %JAVA_HOME%/jre/lib/ext My server.xml's SSL config. part is as follows: Http10Connector port=8443

RE: Configuring SSL in Tomcat 3.3.1 with JDK 1.3.1

2003-07-15 Thread sankara
Message- From: sankara [mailto:[EMAIL PROTECTED] Sent: 15. juli 2003 14:41 To: Tomcat Users Subject: Configuring SSL in Tomcat 3.3.1 with JDK 1.3.1 Hi all, I have problems in setting up SSL in Tomcat 3.3.1 and the JDK used is 1.3.1. Steps followed: --- I have downloaded the JSSE