Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread JBrawner
I have a servlet that connects to a database. When I have tomcat running from the batch file (tomcat start) the servlet runs fine and connects to the db. When I install tomcat as a service I get a ClassNotFoundException saying it can't find my JDBC driver. My driver is contained in a jar file

RE: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread James Radvan
Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 02 July 2001 14:27 To: [EMAIL PROTECTED] Subject: Problem running Tomcat 3.2 as a service on Win2000 I have a servlet that connects to a database

Re: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread Sebastian Schulz
hi, make shure the driver (classpath) is also be available in the wrapper.properties-file. (this one is used when running tomcat as a service;-) basti