Hello everyone.
I’ve managed to build a war file for WebApi 2.8.2 without any error but, unfortunately, they are not starting properly on tomcat.
Server structure is: Windows Server 2019, SQL Server, Tomcat 10, everything installed and configured as described here:
SQL Server user is properly configured and connection tested
war file seems to deploy properly but not starting. The only log file info are the following:
27-Apr-2021 09:11:34.844 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [E:\Apps\Tomcat 10.0\webapps\WebAPI.war]
27-Apr-2021 09:11:34.851 WARNING [http-nio-8080-exec-1] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Context] failed to set property [antiJARLocking] to [true]
27-Apr-2021 09:12:15.311 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [E:\Apps\Tomcat 10.0\webapps\WebAPI.war] has finished in [40,467] ms
I already tried using webapi 2.8.1 but nothing changes.
Thanks in advance for any help