Hey Please can someone verify that my Connector instances are ok. I have
already port 8080 utilised for tomcat3.2.2
Thus when i use https://localhost:9999/ i get a connection refused error
on 127.0.01. Plus http://localhost:8999 can't access 127.0.01. I get the
Yellow lock key , But on Startup i don't get Catalina Header so i am
not sure that the two connector instances have been instantiated.
Tomcat-4.0.1\conf\server.xml
***************************************************************************
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 now 9999 -->
<!-- amended enableLookups="true" to "false" to Connector port 8080
& 8443 now 666)-->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="9999" minProcessors="5" maxProcessors="75"
enableLookups="false" redirectPort="8999"
acceptCount="10" debug="0" connectionTimeout="60000"/>
</Connector>
<!-- Define an SSL HTTP/1.1Connector on port 8443 now 8999(Uncommented
this entry)-->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8999" minProcessors="5" maxProcessors="75"
enableLookups="false"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false"
keystoreFile="keys/bbnpa.cert"
keystorePass="test123"
protocol="TLS"/>
</Connector>
*****************************************************************************
Any Suggestions
Cheers Chuck Amadi
IT Systems Programmer
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>