Hello,
I am still trying to run tomcat 5 together with apache httpd. I altered the
workers2.properties file as one of you suggested. Here it is now:
******************************
[shm]
file=${serverRoot}/logs/shm.file
size=1048576
# socket channel
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Uri mapping
[uri:/examples/*]
worker=ajp13:localhost:8009
******************************
I get a tomcat-style 404 error when I try the following url:
http://localhost/examples
I am stuck, can anyone please help?
Thanks in advance,
Julien.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]