Re: Version of Tomcat installed

2006-06-24 Thread Edward Diener
Len Popp wrote: Tomcat 5.5 has the value "Version" under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5 I don't know if earlier versions of Tomcat have a similar registry setting. I did find a similar registry setting for the 4.1 version. Thanks ! --

Re: Version of Tomcat installed

2006-06-24 Thread Len Popp
Tomcat 5.5 has the value "Version" under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5 I don't know if earlier versions of Tomcat have a similar registry setting. -- Len On 6/24/06, Edward Diener <[EMAIL PROTECTED]> wrote: I need to be more precise in my question. How can I

Re: Version of Tomcat installed

2006-06-24 Thread Martin Gainty
Good Morning Ed- use getServerInfo from ServletContext to obtain Server Information- javax.servlet.ServletContext.getServerInfo(); HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message i

Re: Version of Tomcat installed

2006-06-24 Thread Martin Gainty
Good Morning Ed- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy

Re: Version of Tomcat installed

2006-06-23 Thread Edward Diener
David Rees wrote: On 6/23/06, Edward Diener <[EMAIL PROTECTED]> wrote: How can I programatically find out which version(s) of Tomcat is installed on my system ? getServletContext().getServerInfo() I need to be more precise in my question. How can I programatically find out which version(s)

Re: Version of Tomcat installed

2006-06-23 Thread David Rees
On 6/23/06, Edward Diener <[EMAIL PROTECTED]> wrote: How can I programatically find out which version(s) of Tomcat is installed on my system ? getServletContext().getServerInfo() -Dave - To start a new topic, e-mail: users@to