SSL

Binary Version

Within the file one TOMCAT/webapps/yanel/WEB-INF/web.xml can set

<servlet>
...
<init-param xmlns:webApp="http://java.sun.com/xml/ns/j2ee">
<param-name>ssl-port</param-name>
<param-value>8443</param-value>
</init-param>
</servlet>

Source Version

Within the file src/build/(local.)build.properties one can set the parameters tomcat1.ssl.port=8443 and tomcat2.ssl.port=8443. The re-configure (run "configure" to make Tomcat SSL aware within "conf/server.xml") resp. re-build (run "build" to patch the "web.xml" file) Yanel



Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.