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 org/apache/catalina/util/ServerInfo.properties
> 
> With Tomcat 6.0 there is no common/classes directory anymore. How can I 
> achieve the above with Tomcat 6.0 ? Especially when CATALINA_BASE is 
> different from CATALINA_HOME.

Do the same thing but just unpack the jar to $CATALINA_HOME/lib

common/classes and common/lib have been merged into $CATALINA_HOME/lib
in Tomcat 6.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to