2009/1/21 Dan <d...@tipjarawards.com>: > I haven't changed anything from the default installation. I did the > following: > > 1. Installed 6.0.18 as windows service > 2. Launch the service after a successful installation, no problems it > starts. Tried the tomcat6.exe directly, no problems. > 3. Click the service tray icon to change the -Dcatalina.base directory to > c:\dev\tomcat > 4. Restart the service, it fails with the classnotfound exception as noted, > same if I use tomcat6.exe. > > The c:\dev\tomcat contains my webapps etc. so it has a > bin/conf/logs/shared/webapps/ directories. > > I'm really stumped on this one as I've used tomcat for years with no > problems. > > Is there a CLASSPATH environment variable that needs to exist? >
You cannot use pre-existing 5.5 configuration to run Tomcat 6.0. You must copy the one from TC 6.0 installation and tune it accordingly. Your specific problem is caused by the differences in catalina.properties files (*.loader paths are different), but most of other configuration files are also different between versions (though similar). CLASSPATH variable is not needed. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org