Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect tomcat to another webserver

Status
Not open for further replies.

andybeh

IS-IT--Management
Sep 5, 2002
15
AU
Hi All,

I had Tomcat 4.1 set up on win 2K and connecting to another webserver running Tomcat on Windows server 2003. Unfortunately the win2K server has gone to the IT graveyard recently. I have now built another server based on Windows Server 2003 but I can not configure it to connect to the other web server using the isapi redirector. I have since upgraded Tomcat to ver 5.5.4 thinking tbat it might be a little easier to configure but I am still not redirecting to the other server.

I edited the uriworkermap.properties file and workers2.properties but I am not getting any closer to working. Both servers have Tomcat running successfully and I connect to port 8080 and server pages on each of them.

My workers2.properties file contains the following:

[channel.socket:192.168.200.5:8009]
info=Ajp13 forwarding over socket
debug=0
# tomcatId=localhost:8009
tomcatId=192.168.200.5:8009

The uriworkermap.properties file looks like:

default.worker=ajp13

/Finsbury=$(default.worker)
/Finsbury/*=$(default.worker)

Can anyone see something that the files might be missing, or offer any other suggestions?

Cheers

ab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top