You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by thomas2004 <th...@yahoo.de> on 2009/10/15 14:36:39 UTC

[users@httpd] Service Temporarily Unavailable

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?



-- 
View this message in context: http://www.nabble.com/Service-Temporarily-Unavailable-tp25907783p25907783.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Service Temporarily Unavailable

Posted by thomas2004 <th...@yahoo.de>.
The problem is solved. Our network and firewall is has some problems and not
stable. It's fixed now.
-- 
View this message in context: http://www.nabble.com/Service-Temporarily-Unavailable-tp25907783p25987110.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Service Temporarily Unavailable

Posted by David Cassidy <da...@twocats.co.uk>.
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?
>
>
>
>