Re: Tomcat - problem starting service

2004-11-29 Thread Janet Ciavarelli
Hello Everyone, My Tomcat service still won't start. I've tried rebooting. Still get error message stated below. I don't know what else to try. Any ideas appreciated. Thanx, Janet [EMAIL PROTECTED] 11/25/04 08:50AM Hello. Thanx. I changed what you said under the Java tab and now it has

Re: Tomcat - problem starting service

2004-11-25 Thread Janet Ciavarelli
Hello. Thanx. I changed what you said under the Java tab and now it has the correct path. Now I try to start the tomcat service again, it won't start. I get an error message as below. Do you know what could be causing this? [2004-11-25 08:42:07] [173 javajni.c] [error] The specified module

Re: Tomcat - problem starting service

2004-11-25 Thread Janet Ciavarelli
The settings are: Java Virtual Machine: D:\Sun\AppServer\jdk\jre\bin\java.dll Java Classpath: D:\Apache Software Foundation\Tomcat 5.0\bin\bootstrap.jar Java Options: -Dcatalina.home=D:\Apache Software Foundation\Tomcat 5.0 -Djava.endorsed.dirs=D:\Apache Software Foundation\Tomcat

Re: Tomcat - problem starting service

2004-11-25 Thread Ben Souther
What are the settings now? I just looked on one of our windows boxes. These are the settings that are there by default. (obviously c:\davison\tomcat is our CATALINA_HOME) Java Virtual Machine: C:\j2sdk1.4.2_05\jre\bin\server\jvm.dll Java Classpath:

Re: Tomcat - problem starting service

2004-11-25 Thread Ben Souther
Which JDK did you install? On Thu, 2004-11-25 at 12:22, Janet Ciavarelli wrote: The settings are: Java Virtual Machine: D:\Sun\AppServer\jdk\jre\bin\java.dll Java Classpath: D:\Apache Software Foundation\Tomcat 5.0\bin\bootstrap.jar Java Options: -Dcatalina.home=D:\Apache Software

Tomcat - problem starting service

2004-11-24 Thread Janet Ciavarelli
Hello All, I just installed Tomcat 5.0.28. The service won't start. See the contents of the log file below. Why is it trying to access C:\Program Files\Oracle\jre\1.1.7? In the install I specified for it to use \D:\Sun\AppServer\jdk\jre. Where is it picking up this value C:\Program

Re: Tomcat - problem starting service

2004-11-24 Thread Ben Souther
Yep, the installer picked up the wrong JRE. If you installed the Start Menu items you can change that by clicking Start - Programs - Apache Tomcat - Config. then click the Java tab. If not, you'll either have to uninstall/reinstall or change the value in the registry using regedit. On Wed,