RE: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Tony Fountain
learned :). Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 -Original Message- From: Daniel Stephens [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 4:32 PM To: Tomcat Users List Subject: Re: Error starting Tomcat 5.5 as a Windows service Make sure you have

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Daniel Stephens
Users List Subject: Re: Error starting Tomcat 5.5 as a Windows service Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure your java home is correct.. It sounds like it can't find the java home.. You did boot after the install right? If you added that environment variable

Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Tony Fountain
Hi, I am attempting to install Tomcat 5.5.23 as a Windows service on a Windows 2003 Server box. The steps I went through are as follows * Installed the JDK 1.5 Update 12 * Manually added the environment variable JAVA_HOME to C:\Program Files\Java\jdk1.5.0_12 (as a system variable,

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Daniel Stephens
Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure your java home is correct.. It sounds like it can't find the java home.. You did boot after the install right? If you added that environment variable to the system section, you'll need to boot to pick it up or open a new

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread David Smith
java.lang.Object is the core ancestor of all java classes. Given it's pretty much available by default regardless of classpath or anything else I suspect your JVM install is messed up in some manner. Try reinstalling your JVM and start tomcat again. --David Tony Fountain wrote: Hi, I am

RE: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Randy Bumgardner
Richmond, CA 94804 +1 510.621.5010 direct +1 510.402.8750 cell [EMAIL PROTECTED] www.inovis.com -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 1:14 PM To: users@tomcat.apache.org Subject: Error starting Tomcat 5.5 as a Windows service Hi, I