Re: Tomcat 9.0.36 - JDK 13/14

2020-07-02 Thread tomcat/perl
On 02.07.2020 10:23, Utkarsh Bhargav wrote: Please i have resolved my issue Kindly stop sending mails Hi. You receive these emails because you subscribed to the email list "users@tomcat.apache.org". To not receive these emails anymore, you should unsubscribe from the list, be sending an

Re: Tomcat 9.0.36 - JDK 13/14

2020-07-02 Thread Utkarsh Bhargav
Please i have resolved my issue Kindly stop sending mails On Tue, 30 Jun, 2020, 5:53 AM Kiran Badi, wrote: > Hi Mark, It does not log any errors. Just reverted back to the JDK1.8 > version and tried to recreate the issue. I can recreate it. I had a doubt > that the logging configuration might

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-29 Thread Kiran Badi
Hi Mark, It does not log any errors. Just reverted back to the JDK1.8 version and tried to recreate the issue. I can recreate it. I had a doubt that the logging configuration might have messed up, so had to create a sample war file to check this. Anyone can try this and see if it works for them.

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 6/26/20 22:01, Kiran Badi wrote: > we fixed the issue Mark. > > Actually tomcat was running on JDK 1.8 and applications were built > using JDK 13/14.So when they were deployed to tomcat running with > 1.8, they were giving 404. > > Now

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-26 Thread Kiran Badi
we fixed the issue Mark. Actually tomcat was running on JDK 1.8 and applications were built using JDK 13/14.So when they were deployed to tomcat running with 1.8, they were giving 404. Now plan is to explore and upgrade tomcat to at least jdk 13. It would have been nice really to have at least

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-26 Thread Mark Thomas
On 26/06/2020 05:45, Kiran Badi wrote: > Hi All, > > I wanted to check if tomcat 9.0.36 supports open jdk 13/14. Supported Java versions are listed at: http://tomcat.apache.org/whichversion.html "Java 8 and later" includes Java 13 and Java 14. > I created a simple spring boot war file and

Tomcat 9.0.36 - JDK 13/14

2020-06-25 Thread Kiran Badi
Hi All, I wanted to check if tomcat 9.0.36 supports open jdk 13/14. I created a simple spring boot war file and compiled/built it with openjdk 13/14. After running maven install , I deployed the war file from the target directory to tomcat webapps using tomcat manager. It did not work and gave