Hi All,
I am receiving HTTP Status 404 - /logion.jsp error while trying to send
request to apache using jk connector.
Jk connector version: 1.2
apache: 1.3.29
tomcat : 5.0.19
I am trying to access a site http://localhost/shoestore/login.jsp
kept under the location of webapps folder in tomcat.
I have following configuration in httpd.conf file
Alias /examples C:\user\3rdparty\jakarta-tomcat-5.0.19\examples
JkMount /programload/* testWorker
JkMount /examples/servlet/* testWorker
JkMount /examples/* testWorker
JkMount /shoestore/* testWorker
What I suspect is the command JkMount. It seems to work with tomcat 4.1.18
but not 5.0.19.
Is there any other command for the above combination I am using.
I have confirmed that apache and tomcat are running all fine.
thanks and regards
barkha
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)