HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Hi, Here is a debug of my startup. Could someone please help me?? C:\catalina run -debug Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME: C:\JAVA\JDK1.3.1_02

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
I figured it out. I needed jdk1.4 because there are extra classes being called in tomcat 4.03. talk to you later, Will -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:54 AM To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham
William, Try renaming the tomcat directory so that it has no spaces in it. This usually breaks anything written in java. Andy -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 19:54 To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Thanks Matt. That made me realize I downloaded the light version. I downloaded the full version and it works great. Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: HELP! Tomcat startup