Hello.
Does anybody know how Apache passes requests to Tomcat?
There is JkMount directive in "Virtual Host" added automatically:
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
So it forwards all *.jsp, servlet/* and servlets/* requests to Tomcat.
The problem I have is that a customer asked to add a custom alias like
JkMount /socet/* ajp13
I did it but when I go to http://domain.com/socet/ my requests are not processed by Tomcat.
Is there some background I missed? How to add such alias correctly?
Thank you in advance.



LinkBack URL
About LinkBacks
Reply With Quote




