anil abraham wrote:
> I have been  trying to configure SSL on Tomcat 5.0.28 on IBM AIX5.2 OS  on
> port
> 8070 .(I also tried with port 8443 but i dont get the tomcat default web
> page even though
> catalina.out shows Tomcat and my deployed application as started.).
> After making changes to configure SSL on AIX my server.xml of tomcat  file
> is as shown
[...]
>   <Connector port="8070"
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> enableLookups="false" redirectPort="8443" acceptCount="100"
> debug="0" connectionTimeout="20000" algorithm="ibmX509"
> disableUploadTimeout="tr
> ue"/>
>
>
> I am not able to acesss my deployed
> application(htpps://172.25.7.50:8070/els)

You might want to review these documents:
http://tomcat.apache.org/tomcat-5.0-doc/config/http.html
and
http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html

At a first glance, it seems to me that secure="true" and scheme="https" are 
missing in the <Connector>'s configuration.

Regards
  mks

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

Reply via email to