Re: tomcat service/JDK question

2006-05-03 Thread Rumpa Giri
Thanks a lot Sreeni. Yes it is pointing to JDK 1.4. Thanks again, Rumpa Giri Sreenivasulu R Gaddam <[EMAIL PROTECTED]> wrote: Tomcat takes the jvm path from the registry parameters. you can look at the jvm paramter at \HKEY_LOCAL_MACHINE\SOFTWARE\Apache sotware foundation\procrun2.0

Re: tomcat service/JDK question

2006-05-03 Thread Sreenivasulu R Gaddam
Tomcat takes the jvm path from the registry parameters. you can look at the jvm paramter at \HKEY_LOCAL_MACHINE\SOFTWARE\Apache sotware foundation\procrun2.0\tomcat5\paramters\java under registry entries. You can change these values by editing registry or by running tomcat5w.exe under /bin.

tomcat service/JDK question

2006-05-03 Thread Rumpa Giri
We installed the tomcat service using the following script. We had a question regarding what JAVA_HOME the tomcat use once you create the service? Does it depend on the system property defined %JAVA_HOME% or does the path present in the following batch file (if hard coded) takes precedence?