On 7/10/06, David Smith <[EMAIL PROTECTED]> wrote:

No, that won't work.  Copying jar files from server/lib will cause
classloader problems.  There is a simpler way:

1. Rename manager.xml in conf/Catalina/localhost to manager-5028.xml
2. Change the path attribute in manager-5028.xml to manager-5028
3. Restart tomcat (or start if it's already stopped).
4. Change JkMount in httpd.conf to JkMount /manager-5028/html* tc5028
5. Do apachectl graceful to make httpd read the new config.

When done, the manager for 5.0.28 will be http://localhost/manager-5028/html


Nice, works like a champ.  Thank you very much for your help!

-- brian

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to