RE: Problems deploying new .war application on Linux

2022-03-23 Thread Scott,Tim
From: Scott,Tim Sent: Tuesday, March 15, 2022 2:45 PM To: 'Tomcat Users List' Subject: RE: Problems deploying new .war application on Linux Hi Thomas, > Another approach is to do remote debugging and step into the clas

RE: Problems deploying new .war application on Linux

2022-03-15 Thread Scott,Tim
Hi Thomas, > Another approach is to do remote debugging and step into the class with the > error > (javax.enterprise.inject.se.SeContainerInitializer.findSeContainerInitializer) I set an Exception breakpoint on IllegalStateException and this opened the class for me to set a breakpoint prior to

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: [External] Re: Problems deploying new .war application on Linux

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

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<mailto:users@tomcat.apache.org> > Subject: [External] Re: Problems deploying new .war application on Linux > On the sever where did tomcat come from? a rpm? > M

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

RE: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
ject: [External] AW: Problems deploying new .war application on Linux > -Ursprüngliche Nachricht- > Von: Scott,Tim mailto:tim.sc...@oclc.org>> > Gesendet: Montag, 14. März 2022 11:16 > An: Tomcat Users List > mailto:users@tomcat.apache.org>> > Betreff: Pro

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 t

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 elsewhere