Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
know... Thanks again, Stephanie Original-Nachricht Datum: Thu, 12 Mar 2009 15:33:22 + Von: Mark Thomas ma...@apache.org An: Tomcat Users List users@tomcat.apache.org Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ? Do the same thing but just unpack the jar

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
/lib/org/apache/catalina/util/ Thanks, Stephanie Original-Nachricht Datum: Thu, 12 Mar 2009 15:33:22 + Von: Mark Thomas ma...@apache.org An: Tomcat Users List users@tomcat.apache.org Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ? Do the same thing but just

RE: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Caldarale, Charles R
From: Stephanie Wullbieter [mailto:swu...@gmx.de] Subject: Re: howto clear Tomcat 6.0 ServerInfo.properties ? I would appreciate not to change anything in $CATALINA_HOME, but the CLASSPATH is unset in catalina.sh as You know... That's because setting CLASSPATH for Tomcat is pretty much

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Markus Schönhaber
Caldarale, Charles R: You still haven't explained why you think it's necessary to update ServerInfo.properties at all. If you want to differentiate multiple Tomcat instances, the value of ${catalina.base} would seem to suffice. My guess would be that she wants to hide Tomcat version

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Markus Schönhaber
Stephanie Wullbieter: I mean what did not work was adding common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.base}/lib,${catalina.base}/lib/*.jar to $CATALINA_BASE/conf/catalina.properties and unzipping the SystemInfo.properties from

RE: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Caldarale, Charles R
From: Markus Schönhaber [mailto:tomcat-us...@list-post.mks-mail.de] Subject: Re: howto clear Tomcat 6.0 ServerInfo.properties ? My guess would be that she wants to hide Tomcat version information from Tomcat's error pages. Then setting the server attribute of the Connector element

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
: Markus Schönhaber tomcat-us...@list-post.mks-mail.de An: users@tomcat.apache.org Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ? Stephanie Wullbieter: I mean what did not work was adding to $CATALINA_BASE/conf/catalina.properties and unzipping

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Markus Schönhaber
Caldarale, Charles R: From: Markus Schönhaber My guess would be that she wants to hide Tomcat version information from Tomcat's error pages. Then setting the server attribute of the Connector element and providing custom error pages would seem to be a whole lot easier and more robust.

RE: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Caldarale, Charles R
From: Stephanie Wullbieter [mailto:swu...@gmx.de] Subject: howto clear Tomcat 6.0 ServerInfo.properties ? With Tomcat 6.0 there is no common/classes directory anymore. RTFM: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html How can I achieve the above with Tomcat 6.0 ?

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Mark Thomas
Stephanie Wullbieter wrote: Hi, to edit/clear the ServerInfo.properties (Version etc.) with Tomcat 5.5 I did the following: cd $CATALINA_HOME/common/classes unzip $CATALINA_HOME/server/lib/catalina.jar org/apache/catalina/util/ServerInfo.properties vi