You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gerrit Grobbelaar <ge...@redshift.co.za> on 2002/12/12 14:58:07 UTC

RE: virtual hosting on tomcat

you sure that the references to the manager application is in place?  and is
it actually there where it is referring to?

Gerrit

-----Original Message-----
From: Sherif D Mohamad [mailto:sherif.diaa@menanet.net]
Sent: Friday, December 13, 2002 01:53
To: tomcat-user@jakarta.apache.org
Subject: virtual hosting on tomcat


I am trying to add a virtual host on tomcat, I added this lines to
server.xml file:

         <Host name="mydom.net" debug="0"
appBase="/home/username/webapps/ROOT" unpackWARs="true">
        <Alias>mysite.mydom.net</Alias>
        <Logger className="org.apache.catalina.logger.FileLogger"
          directory="logs" prefix="menanet.net." suffix=".log"
timestamp="true"/>
        <Context path="" docBase="" debug="0" reloadable="true"/>
        <Context path="/test" docBase="" debug="0" reloadable="true"/>
      </Host>

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:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



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