Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Sushant Gulati
Hey Andre, Thanks a lot for your suggestions. Nilesh, Always, please check the official links like the one's suggested by Andre. They are always the best place to start. Hope you can figure out the error in the configuration, which I am sure would be minor. Otherwise we are all here to help each

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread André Warnier
Sushant Gulati wrote: ... This list does not allow discussions about Jboss configuration. It is not that the list does not /allow/ discussions about JBoss. It is that JBoss is another software product, for which people here are probably not competent. And they know it, so they do not want to

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Sushant Gulati
Nilesh, The two JBoss instances need to be on different ports in case they are running on the same physical server with one IP address. Your workers.properties file has a discrepancy regarding the server4 and server5 workers. Before working on Apache tomcat connector configuration, try running th

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Tom Evans
On Thu, 2009-06-11 at 04:34 -0700, nilesh p wrote: > Hi, > > We have Apache Web server which is to be linked to 2 jboss instances on the > same server. > We have made the entries in workers.properties file but what changes need to > be done in Jboss so that both instances are picked up by Apache l

[us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread nilesh p
Hi, We have Apache Web server which is to be linked to 2 jboss instances on the same server. We have made the entries in workers.properties file but what changes need to be done in Jboss so that both instances are picked up by Apache load balancer? I tried changing Connector port="8009" to 8007 f