wrapper.classpath not working?

2000-11-29 Thread Neil Aggarwal
Hello: I added the following line to my wrapper.classpath in the tomcat.properties file: wrapper.classpath=/usr/local/mm.mysql-2.0.2-bin.jar But, in my test servlet, I printed the classpath and I got this:

Re: wrapper.classpath not working?

2000-11-29 Thread KINGMAN
Can you tell me how to construct a Web Application in my tomcat4.0.Where I put my servlets? thanks!

Re: wrapper.classpath not working?

2000-11-29 Thread Craig R. McClanahan
KINGMAN wrote: Can you tell me how to construct a Web Application in my tomcat4.0.Where I put my servlets? thanks! The basic concepts of how a web application needs to be organized (which includes where servlets should be placed) are defined by the Servlet 2.2 (for Tomcat 3.x) or Servlet