Sorry, I forgot :-).

I have this on my Tomcat 4.0 server.xml:

    <!-- Define an SSL HTTP/1.1 Connector on port 443 -->
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
               acceptCount="10" debug="0" scheme="https" secure="true">
      <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               keystoreFile="C:/Program Files/Apache Tomcat 4.0/kkkkkkkkkkk.keystore" 
keystorePass="xxxxx"
               clientAuth="false" protocol="TLS"/>
    </Connector>

Vincenzo


> -----Original Message-----
> From: David Schwartz [mailto:[EMAIL PROTECTED]
> Sent: martedi 24 giugno 2003 15.33
> To: James Users List
> Subject: RE: SMTP
> 
> 
> 
> 
> -----Original Message-----
> From: Vincenzo Gianferrari Pini
> [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, June 19, 2003 1:22 PM
> To: James Users List
> Subject: RE: SMTP
> 
> 
> Sorry, David, I have to rush out. I'll answer you back tomorrow.
> 
> Vincenzo
> 
> > -----Original Message-----
> > From: David Schwartz [mailto:[EMAIL PROTECTED]
> > Sent: giovedi 19 giugno 2003 19.14
> > To: James Users List
> > Subject: RE: SMTP
> > 
> > 
> > What module did you use for ssl on Tomcat?
> > 
> > -----Original Message-----
> > From: Vincenzo Gianferrari Pini 
> > [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 19, 2003 1:10 PM
> > To: James Users List
> > Subject: RE: SMTP
> > 
> > 
> > > Yes. That's exactly what I want to do. What did you use for ssl on
> > > Tomcat?
> > I wanted to make sure that only authenticated users could use the "web
> 
> > mail client" servlet; as I wanted to have the password used for the 
> > tomcat logon be safe, I activated ssl (https) for the logon itself, 
> > and for the rest of the web mail session.
> > 
> > > Also, can I use my existing ssl certificate on an IP address, not a
> > > domain name?
> > 
> > I don't know that, sorry.
> > 
> > Vincenzo
> >  
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to