Re: newbie on Tomcat 3.2.3

2002-07-23 Thread aloo
Hi, I found out the problem was because my servlet is using a different XML parser and XSL processor than Tomcat 3.2.3. As soon as I removed jaxp.jar and parser.jar from $TOMCAT_HOME/lib and moved my XML parser and XSL processor jar files in the lib directory, restart Tomcat, everything is

newbie on Tomcat 3.2.3

2002-07-22 Thread aloo
Hi, I am using Tomcat 3.2.3 with Netscape 3.6 (old versions because company is not upgrading). I am having problem in getting my servlet to initialize. Have the following directory structure: webapps/mobile/test/WEB-INF/lib/myservlet.jar webapps/mobile/test/WEB-INF/web.xml I added the

Re: newbie on Tomcat 3.2.3

2002-07-22 Thread aloo
Yes, I sent a request to the servlet and it threw an exception because the methods called by initialization were not executed. I have *.xml defined as servlet mapping within my web.xml. I tried defining load-on-startup as 5 or using -2147483646. Neither number works. Any thoughts? BTW, I