I am desparately trying to connect Tomcat to IIS.
The IIS filter (isapi_redirector2.dll) is loaded
(green arrow in IIS admin), but I am getting the
following errors when I submit a request that needs to
be handled by Tomcat (http://localhost/examples):
Error: [jk_shm.c (333)]: shm.init(): No file
Error: [jk_endpoint.c (90)]: workerEnv.init() create
slot epStat.0 failed
Error: [jk_worker_lb.c (402)]: lb.service() worker
failed 120000 for ajp13:localhost:8009
Error: [jk_worker_lb.c (415)]: lb.service()
unrecoverable error...
I tried to follow the documentation - default
jk2.properties (all comments) and the
workers2.properties quoted below.
I'll be most gratedul for any clues.
Youval
workers2.properties: ....
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
# Map the Tomcat examples webapp to the Web server uri
space
[uri:/examples/*]
info=Map the whole webapp
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)