Why do I get this error only 10% of the time? java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket
I have a process that calls a servlet. This process can send multiple requests. Something in the neighborhood of maybe 500 at a time to the Servlet. The Servlet can process the request in about 10 secs or less. The process that calls the Servlet is located on a different box. I am working in a T
Tomcat/Apache/ModJK
it only exists on one box. Is Tomcat/Apache/ModJK clever enough to figure it out, or so I probably still have it configured to communicate between one Apache and one Tomcat? Anthony Smith