We are facing this error intermittently. If we restart the server it works for some time and again the problem start.
We also have another load balanced server with similar configuration and that is working fine.
The server is running on Linux box. If we do the "ps -ef" its listing the
TOMCAT process.
URL :
Following the configuration in server.xml file:
* Is it the problem with our load balancer which is forwarding most requests to this server?
* Is it any way related to the "maxProcessors" or "acceptCount" attributes defined in the above configuration?
* Is it the problem with the port number??
* Does it have to do any thing with the certificate. The certificate is generated using
Java Keytool. ( However, the other load balanced server is also using the same certificate and working fine)
Please suggest in resolving this issue. thank you