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. I would 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.
Thanks, --Sutanay