RE: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread James Radvan
where is your driver stored in the file system? Try both the /lib directory and the webapps/[webappname]/WEB-INF/classes directories, and make sure your classpath points to both. And check your classpath for spaces in the path. Good luck. - James Radvan Webspher

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