problem apache interacting with Tomcat after restarting apache

2003-09-10 Thread Pradeep Gummi
Hi all, I have apache interacting with Tomcat using mod_jk module. I get the servlets running from Apache once I set the context path in server.xml and configure the web.xml for servlet mapping. Everything runs fine before I restart Apache and Tomcat. But after I restart the Apache web server

problem modifying classpath using external classes in Tomcat 4.0

2003-09-08 Thread Pradeep Gummi
Hi All, I am trying to use external classes used for my web app by adding a jar of the class folder to the class path. I have realized that by doing this, only the classes existing in the folder are being accessed and not the classes that are in its sub folders. Say for example, saclasses |

Re: How to use classes from another webapp/context?

2003-09-05 Thread Pradeep Gummi
Hi Ulrich, I think you should get them working by placing the classes in the CATALINA_HOME/common/classes folder or the jars in the lib folder. This would share the classes in all web apps. There you would be giving the information of the catalina and system class loaders. grant codeBase

Re: setting classpath in setclasspath.bat

2003-09-05 Thread Pradeep Gummi
Hi all, I am tring to include external classes that are needed for my servlet class. I tried to modify classpath in setclasspath.bat file by set CLASSPATH=%JAVA_HOME% \lib\tools.jar;c:\mindbridge\classes\saclasses.jar I needed all the classes in the saclasses.jar file for my servlet. When i

Re:setting external classes in the classpath

2003-09-05 Thread Pradeep Gummi
restart the tomcat server, it just shows a blank page with out showing the default page. Is this the right way of including classes? pradeep - Original Message - From: Pradeep Gummi [EMAIL PROTECTED] Date: Friday, September 5, 2003 8:28 am Subject: Re: How to use classes from another

Re: setting external classes in the classpath

2003-09-05 Thread Pradeep Gummi
\lib\ext and all the other places that Java loads classes from). Having to stick JARs in multiple locations so that different Java programs can find them is a serious headache, not to mention a version-mismatch hazard. - Original Message - From: Pradeep Gummi [EMAIL PROTECTED

Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
Hello all, I have a web application deployed in JServ. Now I would like to migrate the application to Tomcat 4.0 with out disturbing the existing directory structure. Since JServ doesnt have web.xml and has the following jserv.conf and jserv.properties files and also doesnt have any WEB-INF

Re: Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
are not present in the CATALINA_HOME. Any solutions for this problem thanks pradeep gummi - Original Message - From: Filip Hanik [EMAIL PROTECTED] Date: Thursday, September 4, 2003 5:18 pm Subject: Re: Migrating from JServ to Tomcat 4.0 you have to choices: 1. Do a proper migration