Problems Starting Server

2003-01-09 Thread Scott Purcell
Hello, I have a new box that I am configuring. I installed java jdk1.3.1_06 and set JAVA_HOME to C:\jdk1.3.1_06. and set the path to its existance. I can call java or javac and all is happy. Then I downloaded jakarta-tomcat-4.0.6 on D:\ I unzipped the application and set my path to its lib.

Re: Problems Starting Server

2003-01-09 Thread Lajos Moczar
Scott - You need to type catalina start or catalina run. The latter runs in the foreground, so you get to see all the error message. The former opens a new console window, which, you there are startup errors, will disappear after Tomcat exits and you'll never see the errors. Regards, Lajos

RE: Problems Starting Server

2003-01-09 Thread Turner, John
, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: Problems Starting Server Hello, I have a new box that I am configuring. I installed java jdk1.3.1_06 and set JAVA_HOME to C:\jdk1.3.1_06. and set the path to its existance. I can call java or javac and all is happy. Then I downloaded