>Post the <Host> fragment for one site, and the matching context.xml,
and 
> describe where you put it (as above).

<Host name="tennisladderpro.com" appBase="/home/tlp/public_html"
unpackWARs="true" autoDeploy="true" xmlValidation="false"
xmlNamespaceAware="false">
<Alias>www.tennisladderpro.com</Alias> 
</Host>

War file:
/home/tlp/public_html/ROOT.war

Context:
In war (required by Netbeans): META-INF/context.html
<?xml version="1.0" encoding="UTF-8"?>
<Context path=""/>

I also tried putting contexts in the following places with
docBase="/home/tlp/public_html/ROOT.war".
/usr/local/tomcat/conf/Catalina/tennisladderpro.com/ROOT.xml
/usr/local/tomcat/conf/Catalina/localhost/ROOT.xml

I've tried a bunch of different configurations and it seems that nothing
will result in the war files being unpacked.

Reply via email to