Wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
My company upgraded their Tomcat version from 4.1.x... to 5.5.x The version of Tomcat that is displayed as part of the 404(page not found) error page is wrong, still displaying the previous version. Where does Tomcat get/set the version number like 5.5.20? It seems to not be in the server.xml

wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
My company upgraded their Tomcat version from 4.1.x... to 5.5.x The version of Tomcat that is displayed as part of the 404(page not found) error page is wrong, still displaying the previous version. Where does Tomcat get/set the version number like 5.5.20? It seems to not be in the server.xml

Re: Wrong version of Tomcat

2007-01-02 Thread Bruno Vilardo
Leon, Check your environment Variables, Make sure it is pointing to the right Tomcat Version. HTH, Regards, Bruno On 1/2/07, Leon van der Merwe [EMAIL PROTECTED] wrote: My company upgraded their Tomcat version from 4.1.x... to 5.5.x The version of Tomcat that is displayed as part of the

RE: Wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
Thanks Bruno will have a look! -Original Message- From: Bruno Vilardo [mailto:[EMAIL PROTECTED] Sent: 02 January 2007 03:20 PM To: Tomcat Users List Subject: Re: Wrong version of Tomcat Leon, Check your environment Variables, Make sure it is pointing to the right Tomcat Version. HTH

Re: wrong version of Tomcat

2007-01-02 Thread olivier nouguier
In the web.xml: The servlet api must be set with something like: web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; Instead of old

Re: wrong version of Tomcat

2007-01-02 Thread Martin Gainty
8:15 AM Subject: wrong version of Tomcat My company upgraded their Tomcat version from 4.1.x... to 5.5.x The version of Tomcat that is displayed as part of the 404(page not found) error page is wrong, still displaying the previous version. Where does Tomcat get/set the version number like 5.5.20

Re: wrong version of Tomcat

2007-01-02 Thread Gregor Schneider
Leon is not asking for the dtd-version but for the Tomcat-version. It looks as if one of the environment-entries ($CATALINA_HOME i.e.) is still pointing to the old version. cheers greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key

RE: wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
are a bit of a mess(SSL errors, mapping errors etc). What is the implication of above? Can I just change it? Much appreciated Leon -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 02 January 2007 03:47 PM To: Tomcat Users List Subject: Re: wrong version of Tomcat

Re: wrong version of Tomcat

2007-01-02 Thread Leon Rosenberg
-Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 02 January 2007 03:47 PM To: Tomcat Users List Subject: Re: wrong version of Tomcat Hello Leon I found this in the registry- HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5\Version 5.5.17 Please confirm

RE: wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
Hi Leon, I am pretty certain but just to be sure here is the web.xml file. Thanks Leon -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 02 January 2007 04:04 PM To: Tomcat Users List Subject: Re: wrong version of Tomcat Just a quick shot from the hip, are you

Re: wrong version of Tomcat

2007-01-02 Thread Martin Gainty
: Leon van der Merwe [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 8:56 AM Subject: RE: wrong version of Tomcat Hi Martin, Thanks but its running on Solaris 10... I did see that the web.xml file has the following

Re: wrong version of Tomcat

2007-01-02 Thread david.delbecq
Subject: Re: wrong version of Tomcat Hello Leon I found this in the registry- HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5\Version 5.5.17 Please confirm or are you running Nix? M

RE: wrong version of Tomcat

2007-01-02 Thread Leon van der Merwe
MUCH appreciated Martin, Have a great day! Leon -Original Message- From: david.delbecq [mailto:[EMAIL PROTECTED] Sent: 02 January 2007 04:24 PM To: Tomcat Users List Subject: Re: wrong version of Tomcat Leon van der Merwe a écrit : Hi Martin, Thanks but its running on Solaris 10

RE: Wrong version of Tomcat

2007-01-02 Thread Caldarale, Charles R
From: Leon van der Merwe [mailto:[EMAIL PROTECTED] Subject: Wrong version of Tomcat The version of Tomcat that is displayed as part of the 404(page not found) error page is wrong, still displaying the previous version. You need to find out what mechanism starts Tomcat on your server

Re: wrong version of Tomcat

2007-01-02 Thread Gregor Schneider
Leon, in case you're stuck: - How do you start / stop tomcat? - Maybe you want to post the startup-script? That might contain some valuable hints. Cheers Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @