RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use mod_rewrite to forward /manager to /tomcat/manager or vice versa. Yoav Shapira Millennium

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
: RE: Apache Tomcat and Context help Thanks for the info! You are correct I want to do it from the Apache side (encapsulate and whatnot IMHO :-). I have never used mod_rewrite - I will look into it. Thanks again ... Regards, Douglas WF Acheson -Original Message- From: Shapira, Yoav

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use mod_rewrite to forward /manager to /tomcat

RE: Apache Tomcat and Context help

2003-12-31 Thread Ian Joyce
Acheson [EMAIL PROTECTED] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use

Re: Apache Tomcat and Context help

2003-12-31 Thread Howard Watson
In my environment I would try something like this: Apache.conf --- ##Alias should match Context in server.xml Alias /tomcat full directory path to manager/html Directory full directory path to manager/html Options anyOptions DirectoryIndex probably index.jsp Order