Caldarale, Charles R wrote:
From: Peter Flynn [mailto:pfl...@ucc.ie]
Subject: Config file weirdness for additional applications
Then I found that Tomcat had also created another identical file in
/etc/tomcat5/Catalina/publish.ucc.ie (our virtual host for the default
Cocoon app).
Post your server.xml file. I suspect the two <Host> entries have the same
appBase setting, which is normally undesirable.
Indeed they do. But both ROOT and OpenClinica are subdirectories of
webapps.
<Host name="publish.ucc.ie" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
...
<Host name="openclinica.ucc.ie" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
A copy of the full file is at http://minerva2.ucc.ie/software/server.xml
///Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org