Re: Support JSS in Tomcat

2005-08-10 Thread Christine Ho
PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org; [EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:22 AM Subject: Re: Support JSS in Tomcat --- Bill Barker [EMAIL PROTECTED] wrote: I don't think that anybody is proposing bundling jss34.jar with Tomcat. It would

Re: Support JSS in Tomcat

2005-08-10 Thread Bill Barker
- Original Message - From: Christine Ho [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Wednesday, August 10, 2005 10:44 AM Subject: Re: Support JSS in Tomcat Hi, I am working for Redhat and I dont think this is a problem of contributing the codes

Re: Support JSS in Tomcat

2005-07-22 Thread Christine Ho
--- Bill Barker [EMAIL PROTECTED] wrote: I don't think that anybody is proposing bundling jss34.jar with Tomcat. It would be an optional dependency much like PureTLS is now. Anybody that wanted to use it would have to download it from mozilla.org and install it. And as Remy pointed

Re: Support JSS in Tomcat

2005-07-22 Thread Bill Barker
- Original Message - From: Christine Ho [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org; [EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:22 AM Subject: Re: Support JSS in Tomcat --- Bill Barker [EMAIL PROTECTED] wrote: I don't think that anybody

Re: Support JSS in Tomcat

2005-07-21 Thread Remy Maucherat
Christine Ho wrote: Thanks. It works. JSS can be used under either Mozilla Public License (MPL) or LGPL. Is MPL or LGPL compatible with ASF license? The good thing about JSS is that it is FIPS-140 compliant. First, the Tomcat portion of the code needs to be donated to the ASF. The code

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, July 21, 2005 3:03 AM Subject: Re: Support JSS in Tomcat Christine Ho wrote: Thanks. It works. JSS can be used under either Mozilla Public License

Re: Support JSS in Tomcat

2005-07-21 Thread Jean-frederic Clere
Bill Barker wrote: - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, July 21, 2005 3:03 AM Subject: Re: Support JSS in Tomcat Christine Ho wrote: Thanks. It works. JSS can be used under

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: Jean-frederic Clere [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, July 21, 2005 11:33 AM Subject: Re: Support JSS in Tomcat Bill Barker wrote: - Original Message - From: Remy Maucherat [EMAIL PROTECTED

Re: Support JSS in Tomcat

2005-07-21 Thread Jean-frederic Clere
Bill Barker wrote: - Original Message - From: Jean-frederic Clere [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, July 21, 2005 11:33 AM Subject: Re: Support JSS in Tomcat Bill Barker wrote: - Original Message - From: Remy

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: Jean-frederic Clere [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, July 21, 2005 2:53 PM Subject: Re: Support JSS in Tomcat Bill Barker wrote: - Original Message - From: Jean-frederic Clere [EMAIL PROTECTED

Support JSS in Tomcat

2005-07-20 Thread Christine Ho
Hi, Tomcat 5.5.x supports JSSE only. I am working on web application which uses JSS (http://www.mozilla.org/projects/security/pki/jss/javadoc/) I need to run the web application on Tomcat 5.x. I implemented the JSSSocketFactory.java, JSSSupport.java etc in the new package called

Re: Support JSS in Tomcat

2005-07-20 Thread Bill Barker
[EMAIL PROTECTED] To: tomcat-dev@jakarta.apache.org Sent: Wednesday, July 20, 2005 4:54 PM Subject: Support JSS in Tomcat Hi, Tomcat 5.5.x supports JSSE only. I am working on web application which uses JSS (http://www.mozilla.org/projects/security/pki/jss/javadoc/) I need to run the web

Re: Support JSS in Tomcat

2005-07-20 Thread Christine Ho
@jakarta.apache.org Sent: Wednesday, July 20, 2005 4:54 PM Subject: Support JSS in Tomcat Hi, Tomcat 5.5.x supports JSSE only. I am working on web application which uses JSS (http://www.mozilla.org/projects/security/pki/jss/javadoc/) I need to run the web application on Tomcat 5.x. I