How to make sure JWP starts with NT Authentication instead of SQL Authentication ?
Please download the latest 6.2.2 JDBC driver from Microsoft. Then, please do the following steps:
-Rename mssql-jdbc-6.2.2.jre8.jar to sqljdbc4.jar and put it in <AE installation>\bin\lib and
-Put the sqljdbc_auth.dll in <AE installation>\bin
-Make sure to use integratedSecurity=true on the line below in the Ucsrv.ini file
[JDBC]
SQLDRIVERCONNECT=jdbc:sqlserver://10.2.128.254;databaseName=AEWNT;integratedSecurity=true