Additionally you may want to make sure that the keystore file can be found
by the user account that the tomcat service will run under.

For my installation I do an explict:

<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               clientAuth="false" protocol="TLS"
               keystoreFile="conf/mykeystore.ks"
               />

In the SSL connector and make sure I have a the file "mykeystore.ks" in the
conf folder.

Anthony

-----Original Message-----
From: Pae Choi [mailto:[EMAIL PROTECTED]]
Sent: November 22, 2002 5:51 AM
To: Tomcat Users List
Subject: Re: I cannot make working SSL if I run tomcat as a service (NT)


J2SDK 1.4.0_x has a bug in handling the security. Try
it with J2SDK 1.4.1_x.

Pae


----- Original Message -----
From: "Aurelio D'Amico" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 11:23 PM
Subject: I cannot make working SSL if I run tomcat as a service (NT)


> I have the following problem:
> If I run tomcat using the provided batches I have no problem with SSL but
> when I run it as a service (what I need) I receive the 404 error.
> There is someone that could help me?
> I'm running tomcat 4.0.4 (standalone) in a window NT environment (SP6) and
> with java SDK 1.4.0_03
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to