Re: Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Johan Compagner
> > > for me building it from maven is fine, but most of our customers dont > code > > java or use mvn so are there plans to really make releases of it? so you > > can just download the shaded jar? > > https://downloads.apache.org/tomcat/jakartaee-migration/ > > It has been formally released.

Re: Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Mark Thomas
On 05/02/2021 15:40, Johan Compagner wrote: >> >> >> >>> And then I don't care too much about if it goes from javax.servlet to >>> jakarta.servlet or the other way around.. I just want to support both >>> deployments. That our customers can dump in the generated war by our >>> tooling in any

Re: Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Johan Compagner
> > > > > And then I don't care too much about if it goes from javax.servlet to > > jakarta.servlet or the other way around.. I just want to support both > > deployments. That our customers can dump in the generated war by our > > tooling in any tomcat version (8,9 or 10) and it just works. > >

Re: Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Rémy Maucherat
On Fri, Feb 5, 2021 at 4:03 PM Mark Thomas wrote: > On 05/02/2021 14:45, Johan Compagner wrote: > > Hi, > > > > I already now get the first support request that our application doesn't > > run under Tomcat 10. > > > > So just want to get straight how this is going to work in the future. > > > >

Re: Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Mark Thomas
On 05/02/2021 14:45, Johan Compagner wrote: > Hi, > > I already now get the first support request that our application doesn't > run under Tomcat 10. > > So just want to get straight how this is going to work in the future. > > i see there is a migration tool, but that is for now quite useless

Are we able to deploy the same WAR to Tomcat 9 and 10?

2021-02-05 Thread Johan Compagner
Hi, I already now get the first support request that our application doesn't run under Tomcat 10. So just want to get straight how this is going to work in the future. i see there is a migration tool, but that is for now quite useless for us because we also need to support Tomcat 9 or 8.. We