Re: [EXTERNAL] Tomcat stderr/stdout to console

2024-10-23 Thread Chuck Caldarale
> On Oct 23, 2024, at 09:42, Joey Cochran wrote: > > Can those be accessLogValve based as well, if so please share how. Not without modifications or using your own custom valve. From the AccessLogValve documentation: This Valve uses self-contained logic to write its log files, which can be

Re: javax.naming.NameNotFoundException

2024-10-23 Thread Mark Foley
On Wed, 23 Oct 2024 19:13:44 Mark Thomas wrote: > > On 23/10/2024 18:57, Mark Foley wrote: > > I'm running Tomcat 8.5.11. I have a hopefully small problem. > > Tomcat 8.5.x is EOL and no longer supported. > > 8.5.11 is also rather old with quite a long list of know security issues. Yeah, I know.

Re: javax.naming.NameNotFoundException

2024-10-23 Thread Mark Thomas
On 23/10/2024 18:57, Mark Foley wrote: I'm running Tomcat 8.5.11. I have a hopefully small problem. Tomcat 8.5.x is EOL and no longer supported. 8.5.11 is also rather old with quite a long list of know security issues. I have a webapp directory: $CATALINA_HOME/webapps/myapp/. In that directo

javax.naming.NameNotFoundException

2024-10-23 Thread Mark Foley
I'm running Tomcat 8.5.11. I have a hopefully small problem. I have a webapp directory: $CATALINA_HOME/webapps/myapp/. In that directory I have WEB-INF/web.xml with: connURL jdbc:mysql://localhost/members? java.lang.String In this example, the env-entry is just part of an SQL connection

Re: deploying on 9.0.96 is painful

2024-10-23 Thread Rémy Maucherat
On Wed, Oct 23, 2024 at 5:37 PM Ronald Klop wrote: > > Hi, > > We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team Sys > keeps the Tomcat servers running and up-to-date. > Running Tomcat since 5.x or maybe even before. Currently running 9.0.x. > > For years it worked fine if we

deploying on 9.0.96 is painful

2024-10-23 Thread Ronald Klop
Hi, We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team Sys keeps the Tomcat servers running and up-to-date. Running Tomcat since 5.x or maybe even before. Currently running 9.0.x. For years it worked fine if we kept the jars versions of team Dev close to the Tomcat server ve