> 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
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.
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
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
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
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