Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Mike Fowler
Andrew Watters wrote: I have full access to the tomcat directory but I can't find the version number in any of the files. It's probably somewhere obvious but I just can't see it. Please help... - To unsubscribe, e-mail: [EMAIL

RE: How do I find out which version of tomcat is installed?

2004-06-24 Thread Schalk
Load the root index file. Usually you will get this by simply going to http://yourdomain.com:8080/ Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
Thanks for your help, unfortunately in this case the manager app isn't there and the default 404 page which I know shows the version number isn't returned because the running application interecepts and shows its own page. Mike Fowler wrote: Andrew Watters wrote: I have full access to the

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
Thanks for your reply, unfortunately the root index file has long since been deleted. Schalk wrote: Load the root index file. Usually you will get this by simply going to http://yourdomain.com:8080/ Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

RE: How do I find out which version of tomcat is installed?

2004-06-24 Thread Cocalea, Eugen
Hi, 1. Install tomcat 2. go to installation path 3. enter the server/lib directory 4. unzip the catalina.jar file 5. in the directory resulted, go to org\apache\catalina\util 6. ServerInfo.properties has what you're looking for. /EC -Original Message- From: Andrew Watters [mailto:[EMAIL

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
Excellent, thanks very much. Not quite as intuitive as I expected... Cocalea, Eugen wrote: Hi, 1. Install tomcat 2. go to installation path 3. enter the server/lib directory 4. unzip the catalina.jar file 5. in the directory resulted, go to org\apache\catalina\util 6. ServerInfo.properties has

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Jarl Skogsholm
It is also listed when Tomcat starts up. Either in your command window or log file. On Thu, 24 Jun 2004 13:17:07 +0100, Andrew Watters [EMAIL PROTECTED] wrote: Excellent, thanks very much. Not quite as intuitive as I expected... Cocalea, Eugen wrote: Hi, 1. Install tomcat 2. go to