Thomas,
What config are you using to connect between apache and jboss ?
I've got apache and tomcat linked using mod_proxy_jk which you should be
able to
do as jboss uses tomcat.
can you post your config ?
D
On 15/10/09 13:36, thomas2004 wrote:
I have a web-application which deployted on Jboss AS. I can render up the web
(such as http://appl-jboss.com/myWap) without any problem.
Later I use the Apache Http Server as the web server and load balancing.
I've configured the listener, worker etc. I render up the web with
http://web-apache.com/myWap.
But sometimes I got error message "Service Temporarily Unavailable". In this
moment when I render the web with http://appl-jboss.com/myWap, it's always
OK. After 10 or 15 minutes it will be OK again when I render
http://web-apache.com/myWap.
Someone has experience?