JWSDP 1.5, Tomcat 6.0.26 and JRE 6 compatible?

2010-04-28 Thread Praveen Pat
Hello Gurus: Is it possible to run JWSDP 1.5 in Tomcat 6.0.26 container using JRE 6? We are facing issues especially when sending text files as an attachment(multipart message), but it works fine with XML files. Following is the exception we get in Catalina.out file: 27-Apr-2010 00:16:12 com.sun.

Updating CRL in Tomcat 6 without taking it down

2010-02-04 Thread Praveen Pat
Hello: I am running Tomcat 6 in SSL mode with ClientAuth=true. Here are my Connector Properties: The problem I have is how to update the CRL. If I do not update the CRL, Tomcat does not let any of my users in. It blocks all the users. To update the CRL, I have to stop the Tomcat, and I am tryin