Actually I should qualify what I said. I have stpenable as the default Host
so you can see www.stpenable.com/se/servlet/se/templates/index.vm but for
some reason you cannot see
www.roamware.co.uk/rwsite/servlet/rwsite/templates/index.vm which is the
second of the VirtualHosts in my conf file. They are configured as matching
patterns (if you know what I mean - only the names have changed between the
2 configs).
The DefualHost in the Engine is www.stpenable.com
Here is the Host section from my server.xml, I've strpped out the
comments----------------->
<!-- Define the default virtual host -->
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
</Host>
<!-- Define the default virtual host -->
<Host name="www.stpenable.com" debug="0" appBase="webapp2"
unpackWARs="true" autoDeploy="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="stpenable_access_log."
suffix=".txt"
pattern="common"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="stpenable_log." suffix=".txt"
timestamp="true"/>
</Host>
<!-- Define the default virtual host -->
<Host name="www.roamware.co.uk" debug="0" appBase="webapp1"
unpackWARs="true" autoDeploy="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="stpenable_access_log."
suffix=".txt"
pattern="common"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="roamware_log." suffix=".txt"
timestamp="true"/>
</Host>
regards,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]