Having trouble with the vhosts with mod_jk.
I can`t seem to get http://stafford.com/index.html to show up unless I
set the DocumentRoot in the VirtualHost directive to
/usr/local/tomcat/webapps/stafford.
But when I add an additional Virtual host it pulls the same DocumentRoot.
<Host name="stafford.com" debug="0" appBase="webapps" unpackWARs="true">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="stafford." suffix=".log"
timestamp="true"/>
<Context path="" docBase="stafford" debug="0" reloadable="true"/>
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true"
forwardAll="false" modJk="/usr/local/apache/libexec/mod_jk.so"
workersConfig="/usr/local/tomcat/conf/jk/workers.properties" />
</Host>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- mod_jk tomcat/apache connector issue Adrian Damn it!
- mod_jk tomcat/apache connector issue John Bullock
- Re: mod_jk tomcat/apache connector issue adrian
- RE: mod_jk tomcat/apache connector issue John Bullock
- Re: mod_jk tomcat/apache connector issue adrian
- RE: mod_jk tomcat/apache connector i... John Bullock
- Re: mod_jk tomcat/apache connect... adrian
- RE: mod_jk tomcat/apache con... John Bullock
- RE: Virtual Host + Tomcat + Apache Turner, John
