Thanks for the reply Martin.
Telnet works, but it's difficult to say as sometimes AJP also works. I don't
need to restart any of the services to resolve this problem. It starts working
back again on it's own after few seconds/minutes for future requests. It's
random error (until the real trigg
Hi,
you should try to telnet tomcat server from web server.
telnet
If the telnet is successful, you need to check configuration of mod_proxy_ajp.
If the telnet will be not successful, you have network problem.
mh
Sent from my iPhone
On 17.9.2010, at 18:18, Shantanu Pavgi wrote:
> Hi,
Hi,
I have a Apache http server and a Tomcat server configured using AJP connector
(mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java
webapp requests to back-end Tomcat server.
System config:
* Both servers are running as Virtual Machines
* CentOS 5.4
* Apache Tomcat 6.