Hello:
I have Apache -> mod-jk -> Tomcat 4.0.3 up and running on box "B"
I also have another older box "A" with Apache/JServ.
I need to redirect a directory on "A" to point to "B".
On "A", Apache/JServ, I have:
ApJServMount /my_dir ajpv12://box_b.my_company.com:8007/my_app
On "B", Tomcat/mod-jk, I have:
Workers.properties:
- worker.list=ajp12,ajp13
- worker.ajp12.port=8007
- worker.ajp12.type=ajp12
- worker.ajp12.lbfactor=1
server.xml:
- <Connector
className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8007" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
http://box_b.my_company.com/my_app works perfectly as I am accessing
"B" directly
However, http://box_a.my_company.com/my_app does not.
I looked at "catalina.out", the last 3 lines reads:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
00 00 00 00 00 00 00 00 00 00 00 | ...........
[Ajp13] incomplete read, waited #-1 got only 0
Seems box "A" is speaking ajp12? And box "B" can't understand it.
Help
Thanks
Steve
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>