1.把keystore.jks放到jetty主目錄的etc目錄下;
2.設定start.ini,加入ssl配置
etc/jetty-ssl.xml3.設定 etc/jetty-ssl-context.xml的keystorepath、keystorepassword、keymanagerpassword、truststorepath、、truststorepassword,儲存退出。
其中兩個xxpath設定為/etc/keystore.jks,***password設定為密碼。***path設定的時候要把標籤裡的標籤內容刪除,否則會提示密碼長度超過40.
4.jetty-ssl.xml可以修改ssl埠
jetty搭建http伺服器
以前習慣於tomcat,相對而言,jetty也有很多優點,操作簡單,搭建http服務也很容易。最近因為專案需要,需要直接啟動乙個http server,供其它模組來調。具體如下 3 新建乙個sever類,如下 public class servermain api.3.1.0.jar即可 結果ok。...
Http超時設定
connetct timeout 建立連線超時,tcp三次握手沒有成功。so timeout socket超時,連線建立後資料傳輸階段等待資料超時,也就是兩個資料報之間的最大時間間隔。android平台,也提供了相應的超時設定 public void settimeout int value set...
http頭部快取設定
200 from cache 不設快取時這兩個都需要置0,只有get可以被快取 http1.0的response頭,設定過期時間,過期是會做資源更新檢測。本地時間和伺服器有差異問題 http1.1的response頭,本地時間的差值如果大於max age,超時時做資源更新檢測。304 not mod...