Re: Programmatically Determine JVM Version used by Tomcat

2007-06-11 Thread bachuba
Thanks, this is just what I was looking for. Mark H. Wood wrote: > > Well, that was silly. The Tomcat HTML Manager already provides the JRE > version at the bottom of the page, if you wanted to manually check > it. To check by script, you could use the plain Manager: > > [EMAIL PROTECTED] ~

Re: Programmatically Determine JVM Version used by Tomcat

2007-06-07 Thread bachuba
I believe the suggested solutions will only poll the java version installed on the computer, correct? I probably should have provided a little more detail on what is needed. Tomcat is being installed with JAVA_HOME pointed toward a 1.4 version of java. Later, JAVA 1.5 is installed and JAVA_HOME

Programmatically Determine JVM Version used by Tomcat

2007-06-07 Thread bachuba
Hi, I'm fairly new to using Tomcat, but need to determine what JVM version (or at least the path to it) a running Tomcat service is currently using on a Windows system. If I run tomcat5w.exe and click on the Java tab, I notice the informaiton is listed there, but I would like to be able to get at