Not true. Tomcat virtual hosting can be done, you simply setup a Host element in server.xml for each virtual host.
Tomcat server.xml Host element = Apache VirtualHost (roughly speaking) John > -----Original Message----- > From: Stephen Riek [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 13, 2002 6:02 AM > To: Tomcat Users List > Subject: Re: virtual hosting on tomcat > > > > I think you can't do virtual hosting on Tomcat standalone. > You need Apache in front of it. > See the following which may help, > http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=1 > > Sherif D Mohamad <[EMAIL PROTECTED]> wrote:I am trying > to add a virtual host on tomcat, I added this lines to > server.xml file: > > appBase="/home/username/webapps/ROOT" unpackWARs="true"> > mysite.mydom.net > directory="logs" prefix="menanet.net." suffix=".log" > timestamp="true"/> > > > > > and copied all $CATALINE_HOME/webapps to > /home/username/webapps , I can get > the default index.jsp of tomcat, but when I click on manager > application it > says status 404, not available , so how can I install an > application on the > new site ? or how can I run the manager on the new site, is > there other > things that I need to copy other than $CATALINE_HOME/webapps ? > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > > > --------------------------------- > With Yahoo! Mail you can get a bigger mailbox -- choose a > size that fits your needs > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
