tomcat Version 9.0 支援 https

 
 
 
tomcat Version 9.0 支援 https
 
 
 
1. 使用 java 附的 keytool 產生一個 keystore 文件
 
keytool -genkey -alias tomcat -keyalg RSA
 
執行以上指領後,
會在 C:\Users\topaz\ 目錄下建立一個檔名為 .keystore
 
 
2. 將 .keystore 檔案 copy 到 tomcat 目錄下的 conf 目錄中
 
3. 開啟 server.xml, 找到以下註解, 並修改
 
    
   
   
               maxThreads="25" SSLEnabled="true"
               acceptCount="100" clientAuth="false"
               disableUploadTimeout="true" enableLookups="false" 
               keystoreFile="conf/.keystore" keystorePass="密碼"
               scheme="https" secure="true" sslProtocol="TLS" />
 
4. https://localhost:8443 查看結果

 

 

© 2015 版權所有。

Create a website for freeWebnode