You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by unplug <un...@vulture.no-ip.com> on 2002/10/02 06:56:02 UTC

virtual host for tomcat

Hi all,

  Say I have the following folder.
$TOMCAT_HOME/webapps/examples
$TOMCAT_HOME/webapps/samples

I want to set 2 virtual hosts such that they will serve any JSP as
follow.
http://examples.abc.com/index.jsp   -->
$TOMCAT_HOME/webapps/examples/index.jsp
http://samples.abc.com/index.jsp    -->
$TOMCAT_HOME/webapps/samples/index.jsp

How can I do that?

unplug

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