<!DOCTYPE html> <html> <head> </head> <body> <p>C:Program FilesSysAidServertomcatconfweb.xml <br /><br />Add this to bottom <span style="color: #ff0000;"><strong>before</strong></span> </web-app> <br /><br /><security-constraint> <br /><web-resource-collection> <br /><web-resource-name>Automatic SSL Forward</web-resource-name> <br /><url-pattern>/*</url-pattern> <br /></web-resource-collection> <br /><user-data-constraint> <br /><transport-guarantee> <br />CONFIDENTIAL <br /></transport-guarantee> <br /></user-data-constraint> <br /></security-constraint> <br /><br />I also can't remember if I enabled this in the server.xml file: <br /><br /><Connector port="80" protocol="HTTP/1.1" <br />connectionTimeout="20000" <br />redirectPort="443" /></p> </body> </html>
Subscribe
0 Comments
Oldest