Re: Tomcat start error

2001-05-11 Thread Tony Karas
Just for completeness, to follow up my previous message - here's a link to my original message - http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg15227.html I think I was getting the same problem - the NoClassDefFoundError. Pain in the ass. Hope this helps. Tony >From: [EMAIL

Re: Tomcat start error

2001-05-11 Thread Tony Karas
Make sure "servlet.jar" does not exist somewhere that would override the classpath like c:\jdk13\jre\lib\ext (I think this is the correct directory - just check it doesn't exist anywhere under c:\jdk13\jre). >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject:

RE: Tomcat start error

2001-05-11 Thread dave . prout
Try putting C:\jdk13\lib\tools.jar in your Classpath > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: 11 May 2001 16:03 > To: [EMAIL PROTECTED] > Subject: Tomcat start error > > I installed the tomcat 3.2.1 with jdk 1.3 in Win98. The enviroment setup

RE: Tomcat start error

2001-05-11 Thread Ronan Derby
if you edit the startup.bat file you'll find a line that starts with "start" this is what opens the new window. if you just remove this word, tomcat will start up in the window that the startup.bat runs in -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 11 May

RE: Tomcat start error

2001-05-11 Thread William Kaufman
Don't start Tomcat in a new window. In tomcat.bat, there's be a line like, start "Tomcat" java org.apache.tomcat.startup.Tomcat ... Strip everything before "java". Then, when you run tomcat.bat, any errors will show up in your current window.