Re: Clustering issue

2023-04-15 Thread Kevin Huntly
Hey Mark, I had cookie config in my Web app context. I didn't realize that would cause a problem, so I moved it into the global context and everything appears to be fine now. Thank you! On Sat, Apr 15, 2023, 04:40 Mark Thomas wrote: > On 14/04/2023 16:58, Kevin Huntly wrote: > > Hi Mark, > >

Re: Updated Tomcat from 6.0.13 to 9.0.73 on IBMi, now the submitting job stays active.

2023-04-15 Thread Greg Huber
Back in the day, you could look at the job to see what the processes are. One may be a system job? On Fri, 14 Apr 2023 at 20:50, j...@nosnow.us wrote: > Hello, > > Our start process is a simple command that will submit a batch job that > will use the qshell command to run the startup.sh script.

Re: Tomcat Manager App and Federation

2023-04-15 Thread Mark Thomas
On 14/04/2023 16:45, Robert Hicks wrote: Does the manager app support something like Apache CXF to authenticate people to the manager application or is the manager application only accessible through username/password? The Manager web application will work with any configured Authenticator

Re: Clustering issue

2023-04-15 Thread Mark Thomas
On 14/04/2023 16:58, Kevin Huntly wrote: Hi Mark, My webapp context makes no mention of the Manager or any kind of session manager - it is only referenced in the global context.xml What is the Manager configuration in the global context.xml ? Mark