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:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 01:53 To: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
