On Thu, Mar 6, 2008 at 11:55 AM, Choudhury, Sutanay
<[EMAIL PROTECTED]> wrote:
> I'm trying to configure a system (Solaris/Linux) so individual
>  developers run their own tomcat instances by setting the CATALINA_BASE
>  to their individual directories. They would be using different ports for
>  starting their tomcat instance, and we could preassign that.

Ick. If it was me, I'd do virtual host names instead, instead of messing
around with adding port #s to URLs, but...

>  like to configure the Apache web server (version 2.0) so that a request
>  as /~<USER_NAME>/webapps/<USER_WEBAPP_NAME> gets forwarded to the
>  appropriate tomcat instance. I would appreciate if one can give me some
>  pointers on how to do this.

mod_rewrite and mod_proxy should take care of it, either way.

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
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