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