Hi! I'm using Apache and Tomcat 4.0.5. I want to acess some applications on Tomcat using Apache over plain HTTP. I want to access some applications directly contacting Tomcat, over HTTPS.
I wanted to have access to Tomcat's applications directly only over SSL. So I created the certificate and activated the SSL connector. All works fine. However, when I comment out the non-SSL connector (from port 8080) and restart Tomcat... - the connection between Apache and Tomcat doesn't work, although the AJP connector is still the same - Tomcat doesn't answer to connections on port 8443 - shutdown command doesn't work because Tomcat apparently is not listening on that port. Is this normal? Why can't I only have AJP and SSL-HTTPS connector? When I activate the HTTP connector everything works fine both with HTTP and HTTPS working for all the applications! Thanks __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
