Do you have load mod_jk and mount the jsp_examples context?

regards Dietmar




"Rehman Adil (KI/EAB)" <[EMAIL PROTECTED]> am 12.05.2005 10:12:17

Bitte antworten an users@httpd.apache.org

An:    <users@httpd.apache.org>
Kopie:
Thema: [EMAIL PROTECTED] Urgent Please : Loadbalancing Tomcat using Apache


Hi,

I am trying to use Apache 2.0 on windows to load balance three tomcat
workers using  mod_jk(mod_jk_1.2.6_2.0.50.dll).
When I browse the URL  (http://localhost/jsp-examples/index.jsp), Apache
does not forward the request as I get the following in the Apache log file.

File does not exist: C:/apache/Apache2/htdocs/jsp-examples/index.jsp

This means that Apache is not delegating the request to the tomcat workers.
Although, I have defined the jsp-examples context in the
conf/worker2.properties
file like  this:

# Map the Tomcat jsp-examples webapp to the Web server uri space
[uri:/jsp-examples/*.jsp]
info=mapping the jsp-examples context of Tomcat
context=/jsp-examples
group=balanced

In each Tomcat worker, I have a jk2.properties file with different ports,
which looks like this.

channelSocket.port=8009
channelSocket.address=localhost
shm.file=c:/cluster/apache/jk2.shm

Any clue ? What could be the reason ?

Regards,
Rehman Adil

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to