Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

problem with doc root

Steven Dahlin

2003-12-03

Replies:

I have Apache and Tomcat setup so that I can call upon the /examples directory of Tomcat. However, when I try to drill into the jsp directory I get get a 404 error from apache. The error_log indicates that it could not find the /usr/local/apache2/htdocs/examples, which indicates is pull against the <DocumentRoot>. My workers2.properties is as follows:

[logger.apache2]
level=DEBUG

[shm]
file=/usr/local/apache2/logs/shm.file
size=1048576

channel.socket:localhost:8009]
port=8009
host=localhost

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/examples/*]
worker=ajp13:localhost:8009

Any suggestions as to how I can get this properly configured??

Thanks,
Steve
©2008 junlu.com - Jax Systems, LLC, U.S.A.