AW: Problems deploying new .war application on Linux

2022-03-14 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Scott,Tim > Gesendet: Montag, 14. März 2022 11:16 > An: Tomcat Users List > Betreff: Problems deploying new .war application on Linux > > Hi all, > > I’m struggling with this and am obviously not running into the right terms to > Google. > > I’ve

RE: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
Hi Thomas, Thanks for taking the time. I, too, am sure it’s not a Tomcat but a deployment issue. Comparing the lib folder to Tomcat 9.0.59 between Windows and Linux, I see no difference in the file names listed and they all have the same md5 checksums. Looking at my application’s WEB-INF/lib

Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
Hi all, I’m struggling with this and am obviously not running into the right terms to Google. I’ve put together a new application and got it working nicely through IntelliJ with Tomcat 9.0.59 on my PC but as we’re not going to ship my machine (and IntelliJ license!), I need it to run

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber > Sent: Monday, March 14, 2022 2:23 PM > To: Tomcat Users List users@tomcat.apache.org > Subject: [External] Re: Problems deploying new .war application on Linux > On the sever where did tomcat come from? a rpm? > Maybe as a test, download

Re: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Greg Huber
I’ve tried renaming the war file as ‘sru.war’ and placing it in webapps, removing other references to ‘sru’ in the configuration. I use ROOT.war and have no stuff, just copy it into the webapps folder and use http://127.0.0.1:8080/ ie the default root app. Does it explode the war file? On

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber gregh3...@gmail.com > Sent: Monday, March 14, 2022 3:01 PM > >I’ve tried renaming the war file as ‘sru.war’ and placing it in webapps, > >removing other references to ‘sru’ in the configuration. > I use ROOT.war and have no stuff, just copy it into

Re: Problems deploying new .war application on Linux

2022-03-14 Thread Greg Huber
On the sever where did tomcat come from? a rpm? Maybe as a test, download tomcat from tomcat.apache.org and see if it makes a difference. On 14/03/2022 10:16, Scott,Tim wrote: Hi all, I’m struggling with this and am obviously not running into the right terms to Google. I’ve put together a

[ANN] Apache Tomcat 10.0.18 available

2022-03-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.0.18. This release is targeted at Jakarta EE 9. Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the

[ANN] Apache Tomcat 9.0.60 available

2022-03-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.60. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.60 is a bugfix and

[ANN] Apache Tomcat 10.1.0-M12 (alpha) available

2022-03-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.0-M12 (alpha). Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

Re: Rename version 10.1 to 11

2022-03-14 Thread Christopher Schultz
Jose, On 3/14/22 10:55, Jose Illescas wrote: Thank You for your response and link... But I disagree with their opinion, because the "jakartization" of packages it is a very rupturist change: All libraries, frameworks and applications that run over a j2ee container (tomcat, jetty, jboss...)

RE: Rename version 10.1 to 11

2022-03-14 Thread Neil Aggarwal
> Christopher Schultz wrote: > So we're sorry if our decisions about the version numbering scheme are > disturbing you. Just to add another data point: I don’t care about the numbering scheme as long as the code does what I need it to do. Tomcat works for me and does it very well. I have to

Re: Rename version 10.1 to 11

2022-03-14 Thread Jose Illescas
Thank you very much, for your response and time... With time, I will see as normal the new versions -jose On Mon, Mar 14, 2022 at 5:36 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jose, > > On 3/14/22 10:55, Jose Illescas wrote: > > Thank You for your response and link...

NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-14 Thread Harri Pesonen
Hello, I don't know if this is interesting, but while I started Tomcat in IDEA debugger, when I had breakpoint set to NullPointerException (so that it breaks on all of them), then it break here:

Re: NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-14 Thread Christopher Schultz
Harri, On 3/14/22 10:23, Harri Pesonen wrote: Hello, I don't know if this is interesting, but while I started Tomcat in IDEA debugger, when I had breakpoint set to NullPointerException (so that it breaks on all of them), then it break here:

Re: Rename version 10.1 to 11

2022-03-14 Thread Jose Illescas
Thank You for your response and link... But I disagree with their opinion, because the "jakartization" of packages it is a very rupturist change: All libraries, frameworks and applications that run over a j2ee container (tomcat, jetty, jboss...) must be changed or adapted. For me, this is enough