You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ewen Fortune <ew...@es.easynet.net> on 2002/06/19 16:26:41 UTC

vhost_alias + tomcat

hi
no faq and no info in the list and i have found anything in the archive
is there anything similar to mod_vhost_alias in the tomcat configuration
much in the same way you can do

<Host name="localhost" ...>
  ...
  <Listener className="org.apache.catalina.startup.UserConfig"
            directoryName="public_html"
            homeBase=c:\Homes"
            userClass="org.apache.catalina.startup.HomesUserDatabase"/>
  ...
</Host>

i would like to use the HTTP/1.1 Host var
http://www.example.com/whatever.jsp
apache : JkMount /*.jsp ajp12
so that tomcat uses /data/vhosts/$HTTP_HOST/webapp/whatever.jsp

any ideas?

many thanks


e


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>