You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chuck Amadi <ch...@breconbeacons.org> on 2002/02/20 11:52:00 UTC

Tomcat -4.0.1 Don't think my two connectors have instantiated Please Help

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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat -4.0.1 Don't think my two connectors have instantiated Please Help

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Chuck Amadi wrote:

> 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:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

Hi , This has been sorted thanx
Cheers Chuck Amadi
Systems Programmer



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>