Tomcat for RedHat Enterprise Linux

2003-12-20 Thread Sarika Inamdar
Hi, We are using tomcat 4.1.2 version with our application running on RedHat Linux 7.3. We are migrating our application from RH 7.3 to RedHat Enterprise Linux. I could not find anything on Jakarta site which mentions the tomcat version support for RedHat Enterprise, hence posting the question

Extracting ROOT.war

2003-09-16 Thread Sarika Inamdar
Hi, When we run tomcat, the ROOT.war should be extracted automatically. With tomcat 4.1.24, when I run tomcat, its unable to extract ROOT.war We have set the unpackWARs=true in server.xml. Am I missing any other configuration ? Please help me on this. Thanks, Sarika The server.xml looks

Could any one help me with this : Extracting ROOT.war

2003-09-16 Thread Sarika Inamdar
Hi, When we run tomcat, the ROOT.war should be extracted automatically. With tomcat 4.1.24, when I run tomcat, its unable to extract ROOT.war We have set the unpackWARs=true in server.xml. Am I missing any other configuration ? Please help me on this. Thanks, Sarika The

Server.xml

2003-08-20 Thread Sarika Inamdar
Hi, We are using tomcat 4.1.24. The server.xml has configuration for http and https. Now if user wants to disable http and use only https, is there a way to do that in server.xml. One way is to comment the config of http is server.xml But we don't want to pursure in this direction. Is there

RE: Behaviour of JSP with tomcat 4.1.24

2003-08-14 Thread Sarika Inamdar
situation in most cases) When you clear out the work directory, the sessions stored on disk are cleared. There is a way to turn off the persistent sessions... check for any Manager tags in server.xml -Original Message- From: Sarika Inamdar [mailto:[EMAIL PROTECTED] Sent

Making the session non-persistant in server.xml

2003-08-14 Thread Sarika Inamdar
Hi All, When we re-start tomcat, we want a new session. We don't want the persistant behaviour of tomcat. In server.xml, we made the added the following : Manager className=org.apache.catalina.session.PersistentManager debug=0 saveOnRestart=false

Behaviour of JSP with tomcat 4.1.24

2003-08-08 Thread Sarika Inamdar
Hi All, When we start tomcat and connect to the server, the index.jsp page is displayed . When I key in a password, it validates the password and goes to the next jsp page(login.jsp) I stop tomcat and restart it again. Now when I connect to the server, the index.jsp directly takes me to the

RE: Error when using Tomcat 4.1.24

2003-07-31 Thread Sarika Inamdar
/yourcompany). Yoav Shapira Millennium ChemInformatics -Original Message- From: Sarika Inamdar [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:00 AM To: 'Tomcat Users List' Subject: Error when using Tomcat 4.1.24 Hi All, We are using tomcat 4.1.24 to connect to web

Help with Tomcat 4.1.24

2003-07-31 Thread Sarika Inamdar
Hi All, We have migrated to tomcat 4.1.24 from tomcat 3.2.23. Thanks to the tomcat-user list, we were able to deploy the tomcat successfully :-) We have one issue however !!! The tomcat 4.1.24, requires that we place all the jars which is used by the jsp's under TOMCAT_HOME/webapps/WEB-INF/lib

Error when using Tomcat 4.1.24

2003-07-30 Thread Sarika Inamdar
Hi All, We are using tomcat 4.1.24 to connect to web. The application GUI comes up when we connect to web using http://hostname:8080/index.jsp. The next window after this is the Login.jsp page. We use Password.class to check for password integrity to go thru the Login.jsp page. But I get the

RE: Error when using Tomcat 4.1.24

2003-07-30 Thread Sarika Inamdar
. com.yourcompany (and then in WEB-INF/classes/com/yourcompany). Yoav Shapira Millennium ChemInformatics -Original Message- From: Sarika Inamdar [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:00 AM To: 'Tomcat Users List' Subject: Error when using Tomcat 4.1.24 Hi

RE: Error when using Tomcat 4.1.24

2003-07-30 Thread Sarika Inamdar
Maybe an import statement is missing ? Carl. -Message d'origine- De : Sarika Inamdar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juillet 2003 15:21 À : 'Tomcat Users List' Objet : RE: Error when using Tomcat 4.1.24 I've tried putting the Password.class under WEB-INF

Ugrade document - tomcat 3.2.23 to 4.1.24

2003-07-24 Thread Sarika Inamdar
Hi All, We are upgrading tomcat from 3.2.23 to tomcat 4.1.24. Is there any upgrade document which we could refer to? We see a lot of changes from 3.2 version to 4.1.24 . Please help us on this. Thanks, Sarika - To

Help needed in configuring tomcat 4.1.24

2003-07-23 Thread Sarika Inamdar
Hi All, We need to start tomcat with a user-defined port. To enable the same , in server.xml, we give the following !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector !-- WEB_PORT --port=8080