<!DOCTYPE html> <html> <head> </head> <body> <p>il file da modificare è web.xml che si trova sotto:<br /><strong>C:/Program Files/SysAidServer/tomcat/conf</strong></p> <p>Aggiungere il codice sotto prima della chiusura dell'ultimo tag . </p> <p><strong><!– Redirection http to https –></strong><br /><strong> <security-constraint></strong><br /><strong> <web-resource-collection></strong><br /><strong> <web-resource-name>Protected Context</web-resource-name></strong><br /><strong> <url-pattern>/*</url-pattern></strong><br /><strong> </web-resource-collection></strong><br /><strong> <!– auth-constraint goes here if you requre authentication –></strong><br /><strong> <user-data-constraint></strong><br /><strong> <transport-guarantee>CONFIDENTIAL</transport-guarantee></strong><br /><strong> </user-data-constraint></strong><br /><strong> </security-constraint></strong></p> <p><strong>Riavviare il servizio SysAid server</strong></p> </body> </html>
Subscribe
0 Comments
Oldest