|
|
FAQ汇萃
>> Tomcat
>> 怎么安装 Apache 和 Tomcat 支持 SSL ?
由 webmaster 发布于: 2001-01-30 09:51
The web site http://www.ccl.net/cca/software/UNIX/apache/index.shtml was great for me on getting SSL operational. Not for the faint of heart!
Also, Jun Inamori has written a great tutorial walkthrough on compiling and installing Apache with Tomcat and JServ at http://www.oop-reserch.com/tomcat_3_1/.
You can add SSL support to a standalone Tomcat (and almost any other server,e.g. IMAP) with OpenSSL and stunnel( http://mike.daewoo.com.pl/computer/stunnel/ ). Usually './configure; make; make install' is sufficient.
|
资料来源: JSP001.com
|