At the Command Prompt window, enter the Tomcat directory and execute the following command:
Keytool-genkey-alias tomcat-keyalg rsa-keypass changeit-storepass changeit-keystore server.keystore-validity 3600
Keytool-genkey-alias tomcat-keyalg rsa-keypass changeit-storepass changeit-keystore server.keystore-validity 3600
Generate the Server.keystore certificate file by using the steps above,
Turn on the servlet.xml comment (preferably copy this section)
<!--Define a SSL http/1.1 Connector on port 8443--> <connector protocol=
"Org.apache.coyote.http11.Http11P Rotocol "port=" 8443 "maxhttpheadersize=" 8192 "maxthreads=" "Minsparethrea"
ds= "maxsparethreads="
enablelookups= "false" disableuploadtimeout= "true"
Acceptcou Nt= "Scheme=" "https" secure= "true"
clientauth= "false" sslprotocol= "TLS"
Keystorefile= "Server.keystore"
keystorepass= "Changeit"/>
Go to this step to access Https;//ip:8443/item
The general Tomcat default SSL port number is 8443, but for the SSL standard port number is 443, so you can access the Web page directly using HTTPS without the need for the input port number, such as http://www.bianceng.cn