Hi,
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
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
<!--
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8070" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" /> -->
<!-- Note : To disable connection timeouts, set connectionTimeout value
to 0 -->
<!-- Note : To use gzip compression you could set the following
properti
es :
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml"
-->
<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)
Could you please help me on this.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]