directing Apache to another Tomcat

M

Mike

I've done this before but can't seem to do it again.

I want to direct calls to a URL with path "DFR" to a tomcat in another
machine.



in httpd.conf:

JkMount /DFR/* worker3


in workers.properties:


# Set properties for worker3 (ajp13)
worker.worker3.type=ajp13
worker.worker3.host=10.0.0.4
worker.worker3.port=8009
worker.worker3.lbfactor=50
worker.worker3.cachesize=10
worker.worker3.cache_timeout=600
worker.worker3.socket_keepalive=1
worker.worker3.socket_timeout=300


I have a directory "/webapps/DFR" in the remote tomcat at IP 10.0.0.4


Am I missing something? Do I need to configure something in Tomcat?

I'm using tomcat 5.0.

I restarted both Apache and Tomcat.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top