Re: Does Windows needs special settings?

2004-12-30 Thread David Boyer
Are you using startup.bat to start Tomcat when you receive this error? %CATALINA_HOME%\bin\bootstrap.jar needs to be in the classpath when starting tomcat. This gets set in catalina.bat which is involed by startup.bat. It shouldn't be necessary to do anything special on Windows. [EMAIL

Re: Does Windows needs special settings?

2004-12-30 Thread Ben Souther
Have you verified that these are right? Using CATALINA_BASE: e:\\ Using CATALINA_HOME: e:\---\ On Thu, 2004-12-30 at 13:30, Nic Werner wrote: Hi, I'm using CVS to bring in my whole project which includes Tomcat. I can grab this just fine on any linux implementation and