• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 4.1.31 - HTTPS not working intermittently | “Page Cannot be Displayed” problems

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic