How to configure a Apache primary web server to handle the SSL connections from users (Tomcat Servlet/JSP container)
views:
26answers:
2
A:
two steps:
Configure httpd to connect to tomcat to "work" requests: http://tomcat.apache.org/connectors-doc/generic%5Fhowto/quick.html
Configure httpd to use ssl: http://httpd.apache.org/docs/2.2/ssl/
LLP, Andrea
andcoz
2009-12-02 23:45:48