André Warnier wrote:
Hi.
Just for a start, add a line after this one :
> # Send JSPs for context /jsp-examples to worker named default
> JkMount /jsp/*.jsp worker1
JkMount /jsp worker1
and just try again (after restarting Apache)
Note : I also think you've got way too many workers there, including a
load balancer that you don't really need, for one Tomcat ;-)
André, thanks for your reply. I have added the line as you suggested i.e.
# Send JSPs for context /jsp-examples to worker named default
JkMount /jsp/*.jsp worker1
JkMount /jsp worker1
I still get a page not found error.
I also cleaned up the workers.properties file to get rid of at least the
load balancer. I was also wondering, do I not have to add a Listener to
the workers.properties file for the connector?
Dave
<snip>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org