tomcat start error

2002-09-10 Thread Halil AKINCI
Hi, I've installed tomcat 3.3.1 and j2sdk1.4 on windows 98 machine. I have an application that includes following web.xml file. Tomcat is running, but before the running, some error lines display on DOS console, but tomcat is running correctly. This is the error lines; 2002-09-10

Tomcat start error

2001-05-11 Thread Peter . Pan
I installed the tomcat 3.2.1 with jdk 1.3 in Win98. The enviroment setup is PATH=%PATH%;c:\jdk13\bin set JAVA_HOME=C:\jdk13 set TOMCAT_HOME=C:\tomcat When I run tomcat run, i just get an error message, Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/startup/Tomcat

RE: Tomcat start error

2001-05-11 Thread William Kaufman
. -- Bill K. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 8:03 AM To: [EMAIL PROTECTED] Subject: Tomcat start error I installed the tomcat 3.2.1 with jdk 1.3 in Win98. The enviroment setup is PATH=%PATH%;c

RE: Tomcat start error

2001-05-11 Thread Ronan Derby
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 is PATH=%PATH%;c:\jdk13\bin set JAVA_HOME=C:\jdk13 set TOMCAT_HOME=C:\tomcat When I run tomcat run, i just get an error message, Exception in thread main

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 Tony Karas
: Tomcat start error Date: Fri, 11 May 2001 11:02:31 -0400 I installed the tomcat 3.2.1 with jdk 1.3 in Win98. The enviroment setup is PATH=%PATH%;c:\jdk13\bin set JAVA_HOME=C:\jdk13 set TOMCAT_HOME=C:\tomcat When I run tomcat run, i just get an error message, Exception in thread main

Re: Tomcat start error

2001-05-11 Thread Tony Karas
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat start error Date: Fri, 11 May 2001 11:02:31 -0400 I installed the tomcat 3.2.1 with jdk 1.3 in Win98. The enviroment setup is PATH=%PATH%;c:\jdk13\bin set JAVA_HOME=C:\jdk13 set TOMCAT_HOME=C:\tomcat When I run tomcat run

tomcat start error

2001-04-09 Thread Georges Boutros
hi everyone, when i shutdown tomcat i get this error message ./tomcat.sh: line 164: 770 Segmentation fault (core dumped) $JAVACMD $TOMCAT_OPTS -Dtomcat.home=${TOMCAT_HOME} org.apache.tomcat.startup.Tomcat -stop "$@" does anyone know why??? thanks Georges