Re: defining multiple tomcat server on one workers2.properties file

2003-12-30 Thread Peter Choe
i've tried to define a separate channel socket for the second tomcat instance, but now when i try to access the directory specified with the uri, the web page will only come up if i fully type the file name (i.e. test.foo.bar.com/spa/index.jsp). i have the tomcat server set to use index.jsp

RE: defining multiple tomcat server on one workers2.properties file

2003-12-17 Thread Asif Chowdhary
In the workers2.properties file specify the second instance of your tomcat and the port number. For example [channel.socket:localhost:8009] info=Ajp13 forwarding over socket debug=0 tomcatId=localhost:8009 [channel.socket:localhost:8010] info=Ajp13 forwarding over socket debug=0