You must enable an SSL HTTP/1.1 connector on the application server.
The JSP application will run on the port of this SSL HTTP/1.1 connector.
<!-- Define a SSL HTTP/1.1 Connector on port 8443 --> <Connector port="8443" maxHttpHeaderSize="8192" SSLEnabled="true" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="C:\Endeca\PlatformServices\workspace\conf\eneCert.jks" keystorePass="endeca" truststoreFile="C:\Endeca\PlatformServices\workspace\conf\eneCert.jks" truststorePass="endeca" URIEncoding="UTF-8"/>
The example uses port 8443 and uses the eneCert.jks file as both the keystore and truststore file. However, mutual authentication is not enabled because the clientAuth attribute is set to false.
When the application server is running, you can access the application by using https in the browser URL, along with the host name, SSL port number, and name of the application, as in the following example: