You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Graffitti <gr...@vsnl.net> on 2002/06/07 14:28:25 UTC

VIRTUAL HOSTING TOMCAT

I am using tomcat 3.2 on linux. I want to virtual hosting in TOMCAT so that
every domain can upload the servlet and JSP files in its own directory. Now
we are uploading all the servlet and jsp files in the root of tomcat
container.
But now we have 5 domains in server but we have to upload the servlet and
jsp files into root of tomcat.
But we want every domain can upload the files into its own domain.  Like
www.abc.com
How can we do it. Please help me.