Caldarale, Charles R wrote:
<snip>

O.k., then leave the extra <Host> element there.  However, redefine its appBase to be 
somewhere else; it doesn't have to be under the Tomcat directory tree, and it *must not* be 
under any other <Host> appBase.

2) Do you want the exodus webapp to be the default webapp
for exodus.zuka.net?
It will be the default app but the way the domain is now will be
changed. Right now, this is just a staging site.

Regardless, you might as well get it right from the beginning.  Whatever location you 
choose for the exodus.zuka.net <Host> appBase, place the exodus app in a 
directory named ROOT (case sensitive) underneath that, rather than a directory named 
exodus.
OK .. I have moved it into our web directory at /web/exodus.zuka.net/docs/ROOT/
<snip>

Do you have a <Context> element for the exodus app?  If so, please post it (or 
provide a pointer if you already did and I missed it).
Humm ... I have found this in the WEB-INF folder:

<context-param>
  <param-name>xmlprops</param-name>
<!--
<param-value>/opt/tomcat/webapps/exodus/WEB-INF/conf/environment.xml</para
m-value>
-->
<param-value>/usr/opt/tomcat/webapps/exodus/WEB-INF/conf/environment.xml</
param-value>
  <description>
     Used to find path to local XML props file.
  </description>
</context-param>

I do not see a context.xml file anywhere. They used to be kept in the server.xml file ... did they not?

Dave

Reply via email to