Hello,

I have two applications installed at two different Tomcat 5.5 on the same box, 
and I want to setup IIS to redirect for both applications.  Is it possible? Can 
I define two ajp13 workers?  Here is my current workers2.properties which on 
can redirect to one application:

[shm]
file=D:/Test/jk2.shm
size=1048576

# Define the communication channel 
[channel.socket:localhost:8010]
info=Ajp13 forwarding over socket
tomcatId=localhost:8010
port=8010
host=localhost


# define the worker
[ajp13:localhost:8010]
channel=channel.socket:localhost:8010

# Map the webapp to the Web server uri space

[uri:/test/*.jsp]
[uri:/test/servlet/*]
context=/test
worker=ajp13:localhost:8010

Any help is
 appreciated.

Thanks





Reply via email to