https://issues.apache.org/bugzilla/show_bug.cgi?id=45925
Summary: Name Based Vhosts not working
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I upgraded a system wich is running several vhosts from 6.0.14 to 6.0.18. After
upgrading the Systems the virtual Hosts only report 404 for every request.
I know the correct Host is choosen since each has its own access log configured
and all requests show in the rigth log files. Here is the relevant config
part:
<Host name="somehost.financial.com"
appBase="webapps/somehost.financial.com"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Alias>somehost1.internal.financial.com</Alias>
<Alias>somehost2.internal.financial.com</Alias>
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="/var/log/tomcat"
suffix="_somehost.financial.com_access.log"
prefix=""
fileDateFormat="yyyy-MM-dd"
pattern="common"
resolveHosts="false"
/>
</Host>
A war file i put in $TOMCAT_HOME/webapps/somehost.financial.com is correctly
unpacked. Also a subdirectory $TOMCAT_HOME/work/Catalina/somehost.financial.com
is createed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]