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

2023-04-14 Thread j...@nosnow.us
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. In version 6.0.13 this would leave 1 job running, QP0ZSPWT, running the application. In version 9.0.73 we have 2 jobs now running, QP0ZSPWT and the

RE: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-14 Thread William L. Cunningham
Thanks, yes it happens with any file upload. -Original Message- From: Mark Thomas Sent: Friday, April 14, 2023 9:36 AM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.85 and above - Issue with file uploads WARNING: This email originated from an external source. Please be careful

RE: Tomcat 9.0.73 - Exception while accessing application

2023-04-14 Thread jonmcalexander
I will have them check but this would not be normal for our installations. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080

Re: Session loss with filter enabled

2023-04-14 Thread Kevin Huntly
Trying to make a PCI-DSS compliant installation. It looks like this filter does everything that Apache can do with config files, so I'll leave it out. Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
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 Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Tomcat Manager App and Federation

2023-04-14 Thread Robert Hicks
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? Robert

Re: Clustering issue

2023-04-14 Thread Mark Thomas
On 13/04/2023 00:20, Kevin Huntly wrote: Hello Everyone, I setup a quick and dirty cluster following https://tomcat.apache.org/tomcat-9.0-doc/cluster-howto.html I am seeing the following: 12-Apr-2023 19:18:00.369 WARNING [main] org.apache.catalina.ha.tcp.SimpleTcpCluster.registerManager

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-14 Thread Mark Thomas
On 13/04/2023 21:40, William L. Cunningham wrote: Environment: Windows 2019 Standard with latest JDK 17 and Apache Tomcat 8.5.87. When trying to upload a file to the application running off Tomcat (custom software), we are getting the following error since 8.5.85 (works fine on 8.5.84).

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
within the engine but outside the host On Fri, Apr 14, 2023, 10:23 Mark Thomas wrote: > On 13/04/2023 23:28, Kevin Huntly wrote: > > Hi Chris, > > > > The configuration in the link I shared is what I used - copy/paste - I > want > > to see it working before I break it =) > > And where in

RE: Is Microsoft's spring-cloud-azure-starter-active-directory for Spring Boot 3 / Spring 6 compatible with Tomcat 10?

2023-04-14 Thread BRUNO MELLONI
That is the curious bit. Nothing was needed in the previous version, and I found nothing mentioned for the latest version. For my own logging (not needed before and presumably not now for the Azure stuff) I would use: org.apache.logging.log4j log4j-api ${log4j2.version}

Re: Encountered java.sql.sqlexception "the url cannot be null" starting from tomcat 9.0.71

2023-04-14 Thread Mark Thomas
On 14/04/2023 04:59, Poh Wei Xiang wrote: Hi, Am I right to say this statement in 9.0.74 changelog is referring to the fix for the below issue? Update the internal fork of Commons DBCP to f131286 (2023-03-08, 2.10.0-SNAPSHOT). This corrects a regression introduced in 9.0.71. (markt) Yes.

Re: Clustering issue

2023-04-14 Thread Mark Thomas
On 13/04/2023 23:28, Kevin Huntly wrote: Hi Chris, The configuration in the link I shared is what I used - copy/paste - I want to see it working before I break it =) And where in server.xml did you add that configuration? Mark Kevin Huntly

Re: Session loss with filter enabled

2023-04-14 Thread Mark Thomas
On 13/04/2023 23:03, Kevin Huntly wrote: Hello, With this filter enabled in Tomcat's web.xml: httpHeaderSecurity org.apache.catalina.filters.HttpHeaderSecurityFilter true My sessions are being immediately lost. If I comment out the filter, everythis is fine. What

Re: Tomcat 9.0.73 - Exception while accessing application

2023-04-14 Thread Mark Thomas
On 12/04/2023 20:07, jonmcalexan...@wellsfargo.com.INVALID wrote: I have an application team that started receiving the following Exception: 11-Apr-2023 09:26:01.396 SEVERE [https-jsse-nio-0.0.0.0-11510-exec-19] org.apache.catalina.core.StandardHostValve.custom Exception Processing ErrorPa

Re: Is Microsoft's spring-cloud-azure-starter-active-directory for Spring Boot 3 / Spring 6 compatible with Tomcat 10?

2023-04-14 Thread Mark Thomas
On 13/04/2023 22:48, BRUNO MELLONI wrote: After further research let me ask the question in a different way: * Tomcat 10 is configured to do log4j2 logging. * My log4j2 code works fine. * Spring-cloud-azure-starter-active-directory seems to use logback and it is incompatible

Re: Multiple entries

2023-04-14 Thread Torsten Krah
That has nothing to do with Tomcat, just autowire them by name and not by type like the exception is telling you. Kevin Huntly schrieb am Fr., 14. Apr. 2023, 13:47: > Hi Everyone, > > I can't remember if I posted this already or not (and I don't know how to > check)... I'm getting the following

AW: Tomcat needs an authenticator valve for OpenID/MSAL!

2023-04-14 Thread Keil, Matthias (ORISA Software GmbH)
Hello > -Ursprüngliche Nachricht- > Von: Kevin Edward > Gesendet: Freitag, 7. April 2023 14:26 > An: users@tomcat.apache.org > Betreff: Tomcat needs an authenticator valve for OpenID/MSAL! > > Tomcat community, > > We have been using keycloak tomcat valves for SAML, but now we are >

Multiple entries

2023-04-14 Thread Kevin Huntly
Hi Everyone, I can't remember if I posted this already or not (and I don't know how to check)... I'm getting the following message when I have more than one value to obtain: tomcat config in context.xml And my Spring config: I'm getting the following exception: Caused by:

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-14 Thread Olaf Kock
On 13.04.23 22:40, William L. Cunningham wrote: Environment: Windows 2019 Standard with latest JDK 17 and Apache Tomcat 8.5.87. When trying to upload a file to the application running off Tomcat (custom software), we are getting the following error since 8.5.85 (works fine on 8.5.84).

Re: Java Heap Space Error

2023-04-14 Thread Olaf Kock
On 14.04.23 04:55, pratik.kulka...@shell.com.INVALID wrote: Hi All, Thanks for your quick suggestions. As Olaf suggested, I tried to set the same values to Xms and Xmx; the application immediately crashes after Tomcat restart and I am not able to access it. I tried it with different