Classpath

2002-10-10 Thread jaicey ouseph
Hello Sir, I am using Tomcat 4.0. I have some database driver class in a some specific directory say d:\driver. I have set my classpath to that directory. I can start tomcat in 2 ways * Through startup.bat which calls setclasspath.bat where u can specify your classpath setting. *

RE: Classpath

2002-10-10 Thread jaicey ouseph
-Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 1:47 PM To: Tomcat Users List Subject: RE: Classpath control Panel-System-Advanced-Environment Variables -Original Message- From: jaicey ouseph [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Classpath

2002-10-10 Thread jaicey ouseph
) or in the common dir(/common/lib). You probably want them in the common lib so that the database drivers are shared between all webapps. see the classloader doc for more info on how these directories are used. Charlie -Original Message- From: jaicey ouseph [mailto:[EMAIL PROTECTED]] Sent

Servlet

2002-08-30 Thread Jaicey Ouseph
I have downloaded the Tomcat 4.0.4. I am running it as a standalone. I have made a folder jaicey/jsp in webapps. I have even made jaicey/servlets in webapps. I have set the context path in server.xml. So when I place any jsp file inside jaicey/jsp it works fine. But when I place the servlet