I went through with your advice and it really removed the extra information from my files. The location directive works, but it maps the root of tomcat to the "/ccpd directory and my configuration in workers2.properties file is ignored. What I really want is the "/", root of ccpd.foo.edu to map the tomcat context "ccpd"


httpd2.conf

<Location "/ccpd">
  JkUriSet worker ajp13:localhost:8009
</Location>

workers2.properties

[uri:ccpd.foo.edu/*]
info=ccpd
context=/ccpd


Here's my vhost configuration:


# Winter Session VHost
<VirtualHost  192.168.222.169>
       ServerAdmin [EMAIL PROTECTED]
       ServerName ccpd.foo.edu
       DocumentRoot /home/httpd/servers/ccpd.foo.edu/html
       <Location "/ccpd">
               JkUriSet worker ajp13:localhost:8009
       </Location>

       DirectoryIndex index.html index.php3
       ErrorLog /home/httpd/servers/logs/ccpd.foo.edut-error_log
       CustomLog /home/httpd/servers/logs/ccpd.foo.edu-access_log.combined combined
</VirtualHost>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to