Re: Troubleshoot with registered libraries after startup

2021-04-27 Thread Mark Thomas
, config files etc are removed from the WAR. Mark > >Robert > >-Ursprüngliche Nachricht- >Von: Mark Thomas >Gesendet: Dienstag, 27. April 2021 10:24 >An: users@tomcat.apache.org >Betreff: Re: Troubleshoot with registered libraries after startup > >Have you convert

AW: Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
omas Gesendet: Dienstag, 27. April 2021 10:24 An: users@tomcat.apache.org Betreff: Re: Troubleshoot with registered libraries after startup Have you converted the WAR file for Jakarta EE? If not, put it in the webapps-javaee directory rather than webapps and Tomcat will convert your WAR file for you.

Re: Troubleshoot with registered libraries after startup

2021-04-27 Thread Mark Thomas
Have you converted the WAR file for Jakarta EE? If not, put it in the webapps-javaee directory rather than webapps and Tomcat will convert your WAR file for you. Mark On 27/04/2021 09:12, Glorius, R. (RPD) wrote: Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My war

Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My war-file contains liblaries like Jersey and Jackson in the latest version for a JSON-REST API. After Deployment my Tomcat starts very well without some Exceptions oder Failures inside logging. That's fine. My REST-Servic