> From: puttea [mailto:putt...@gmail.com] > Subject: RE: Problem setting up multiple hosts > > <Host name="localhost" appBase="webapps/OpenClinica" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > </Host> > > <Host name="oc3.signifikans.dk" appBase="webapps/OpenClinica3" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > </Host>
You're not following the documentation; neither of the above is correct. Set the first appBase to "webapps", the second to "webapps3". Place the default webapp for the first <Host> in webapps/ROOT.war (or webapps/ROOT, if you're not using a .war file). Place the default webapp for the second <Host> in webapps3/ROOT.war. Note that ROOT must be all caps. DO NOT use the names OpenClinica or OpenClinica3 for your webapps; they must be named ROOT. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org