Re: JSSE

2002-02-10 Thread masanori hashimoto
ARIGATOH!!(Thank you). I lacked proper understanding. http://java.sun.com/products/jsse Please note that JSSE comes bundled with Java 1.4, so there is no need for a separate download if you are using 1.4. Where can JSSE be downloaded? -- To unsubscribe: mailto:[EMAIL PROTECTED] For

Re: JSSE

2002-02-09 Thread Pascal Forget
http://java.sun.com/products/jsse Please note that JSSE comes bundled with Java 1.4, so there is no need for a separate download if you are using 1.4. Where can JSSE be downloaded? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: JSSE 1.0.2

2001-12-31 Thread Duncan Smith
Sorry. I was configuring JRE right, but I was configuring the wrong JRE. I'm new to java and didn't know that JRE came with the JDK, so I installed it seperatly. Many thanks for your help Duncan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: JSSE 1.0.2

2001-12-24 Thread Duncan Smith
Thanks. I've already added that line to the security file but it was in jre\lib\security. I don't beleive that I am running the security manager, but I am still getting that same message (java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory)

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem. Once you have verified it, it will help you as well as other folks to have better understing of

Re: JSSE 1.0.2

2001-12-24 Thread Renato
You probably also need to start Tomcat with extra startup options: TOMCAT_OPTS=- Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol On Mon, 24 Dec 2001 06:35:32 -0800, Pae Choi [EMAIL PROTECTED] escreveu : Have you tried any of three samples that come with JSSE? If not,

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
That's just one of three different ways we can set the system property which should be just a part of the JSSE learning curve. Pae You probably also need to start Tomcat with extra startup options: TOMCAT_OPTS=- Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol On

Re: JSSE 1.0.2

2001-12-21 Thread Renato
You need to include the security provider in your java.security file: security.provider.3=com.sun.net.ssl.internal.ssl.Provider Also, are you running tomcat with a security manager ? if so, make sure you have jre\lib\ext with permissions. Renato - Brazil On Fri, 21 Dec 2001 17:16:49 +,

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
- Original Message - From: zze-messager FTM balr002 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 2:42 AM Subject: Jsse / SSL / Tomcat Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in

RE: Jsse / SSL / Tomcat

2001-08-22 Thread zze-messager FTM balr002
i use jdk1.2.2 (ibm) -Message d'origine- De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 22 août 2001 15:29 À : [EMAIL PROTECTED] Objet : Re: Jsse / SSL / Tomcat - Original Message - From: zze-messager FTM balr002 [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 8:31 AM Subject: RE: Jsse / SSL / Tomcat i use jdk1.2.2 (ibm) -Message d'origine- De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 22 août 2001 15:29 À : [EMAIL PROTECTED] Objet : Re: Jsse

RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty
do you have your JAVA_HOME environment variable set? did you try running the keytool program from where it's installed? did you read the note that said DO NOT INSTALL JSSE into Tomcat? (you really shouldn't - if you did...erase it) The alias varibale is described in the JSSE docs... cd

RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty
Ah HA...use jdk1.3.1 - 1.3 does NOT have the TLS algorithym -Original Message- From: zze-messager FTM balr002 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Jsse / SSL / Tomcat i use jdk1.2.2 (ibm) -Message d'origine

Re: jsse??

2001-07-14 Thread Adam Fowler
Hi, By default tomcat is not built with JSSE. If you want to use SSL use need JSSE. To do this download the source and JSSE jars from Sun and follow ssl-howto. Adam. On Friday 13 July 2001 13:33, you wrote: Hi there, How can I config to build Tomcat 3.2.2 without the JSSE? Thanks! Yue