Hi,
After the successful configuration of tomcat-connectors am unable to access tomcat from apache-httpd. It gives me a HTTP Status 404 error. What more I have to do to resolve this.?
server configuration
=====================
Apache/2.2.22
tomcat-7.0.27
tomcat-connectors-1.2.37
mod_jk.conf
-------------
LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
JkLogFile logs/mod_jk.log
JkLogLevel info
JkMount /sample/* node1
==========================================================
workers.properties
------------------
worker.list=node1
worker.node1.port=8009
worker.node1.host=localhost
worker.node1.type=ajp13
worker.node1.lbfactor=1
Am trying access
http://localhost/sample/
and i got
==================================================================
HTTP Status 404 - /sample/
type Status report
message /sample/
description The requested resource (/sample/) is not available.
Apache Tomcat/7.0.27
====================================================================
Thanks and Regads
SharonSreedh