DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27851>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27851 two independent workers with mod_jk2 handled as one group Summary: two independent workers with mod_jk2 handled as one group Product: Tomcat 4 Version: Unknown Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We tried to connect two independent tomcats with the mod_jk2-module (current 2004-02-27) to one apache 2.0.49. We found out that the two configured workers are handled as one and all uris are mapped to the first worker (both tomcats running). Therefore we had to step back to mod_jk1. Here is the workers2.properties file: [logger.apache2] level=DEBUG [shm] file=/www/apache-2.0.49/http-bo/logs/shm.file size=1048576 [channel.socket:localhost:8808] port=8808 host=127.0.0.1 # define the worker [ajp13:localhost:8808] channel=channel.socket:localhost:8808 # Uri mapping [uri:grid.travelchannel.de/app1/*.jsp] group=ajp13:localhost:8808 [channel.socket:localhost:8809] port=8809 host=127.0.0.1 # define the worker [ajp13:localhost:8809] channel=channel.socket:localhost:8809 # Uri mapping [uri:grid.travelchannel.de/app2/*.jsp] group=ajp13:localhost:8809 [status:status] # Uri mapping [uri:grid.travelchannel.de/jkstatus/*] group=status:status --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
