Hey folks need some help. My set upis  as follows.

Win 98, 32 BIT,
Netbeans 3.2 IDE
Tomcat 4 > C:\J-tomcat-4.0.1
JSSE (jar's in jdk.1.3)>/jre/lib/ext

Autoexec.bat -  As Follows

set PATH=C:\JDK1.3\bin;
set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
set JAVA_HOME=C:\JDK1.3


(1) I have  uncommented the second Connector  entry .
(2) I have disable the setting for "enableLookups" attribute to "false" 
for 8080 & 8443. & tried with "true"
(3) Created the Keystore named keys and the certificate the keystore 
itself  resides in <tomcat home>Keys/bbnpa.cert & bbnpakeys.
(4) Thus when i try to excute https//localhost:8443/ i get the the 
Yellow Lock Prompt - but this as far as i can get and i get a Error 
display message for http://localhost:8080/.
(5) Nb my startup script run's and catalina header appears.

Please Help as it's holding the project up as everthing was fine with 
tomcat 3.2.3 - I just fancied incorporating SSL. Now causing a headache. 
I assume that it's my tomcat/conf/server.xml causing the problem somewhere.

<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8443" 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/bbnpacert"
                keystorePass="test123"
        protocol="TLS"/>
    </Connector>

Cheers Chuck Amadi
IT Systems Programmer


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to