Hi Chris
Thanks for your response.
So i added below properties in application.properties file
> spring.mvc.cache-control.cache-allowed=false
>
> and then Deleted the /tmp/tomcat directory . So now when i restart the
server A.jsp only fail with 500 error (ClassNotFoundException) as this is
first
Just to add a bit more information, our handler class, for better or for
worse, implements the following interfaces all in one class:
implements HttpSessionBindingListener, HttpSessionActivationListener,
HttpSessionIdListener, HttpSessionListener, ServletContextListener
We also use that same cla
> On Mar 21, 2024, at 14:50, Rick Noel wrote:
>
> Do you have a feel if DeltaManager is better than BackupManager?
Depends on what your needs are. There are some presentations on the subject
that you might want to look at:
https://tomcat.apache.org/presentations.html
ApacheCon 2018 NA: Deep
Thank you Chuck
Do you have a feel if DeltaManager is better than BackupManager?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Thursday, March 21, 2024 3:37 PM
To: Tomcat Users List
Subject: [EXT]Re: Tomcat 10 waning
> On Mar 21, 2024, at 14:23, Rick Noel wrote:
>
> Could someone tell me why I would get the below waning about
> expireSessionsOnShutdown not being set
>
> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match
> [Server/Service/Engine/Host/Cluster/Manager] failed to set
We receive the sessionWillPassivate and sessionDidActivate callbacks on
startup. Odd that you are not. That's how we achieve the same.
On Thu, Mar 21, 2024 at 3:25 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> All,
>
> After having written a solution using JMX to do something li
All,
After having written a solution using JMX to do something like this, I'd
like to make it cleaner and I'm not sure it's entirely possible using
just Servlet APIs.
I'd like to be able to track every HttpSession for the application.
for admin purposes, I'd like to be able to analyze:
1. T
Hello,
Could someone tell me why I would get the below waning about
expireSessionsOnShutdown not being set
WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match
[Server/Service/Engine/Host/Cluster/Manager] failed to set property
[expireSessionsOnShutdown] to [false]
I a
Hi Chris
Personally I'd go with
XML_INPUT_FACTORY =
XMLInputFactory.newFactory(XMLInputFactory.class.getName(),
EncodingDetector.class.getClassLoader());
allowing me to place my own JAR in common/lib if I really want to (the
only scenario I can think of is an edge-case where there's a bug in
the
On 21/03/2024 16:12, Amit Pande wrote:
Thank you Mark for your inputs.
Upon further debugging, it looks like the issue we ran into is also with the
reloading of SSL context.
Test execution sequence:
1. Add a trusted CA in Tomcat's trust store.
2. The SSL context is reloaded if any of the trust
Thank you Mark for your inputs.
Upon further debugging, it looks like the issue we ran into is also with the
reloading of SSL context.
Test execution sequence:
1. Add a trusted CA in Tomcat's trust store.
2. The SSL context is reloaded if any of the trust/key store has changes.
3. Perform a mutu
чт, 21 мар. 2024 г. в 17:04, Manak Bisht :
>
> I have not defined its value. It works fine if I do, however, I am
> expecting it to use the default instead.
How old is your version of Tomcat?
This feature dates back to spring of year 2020
https://github.com/apache/tomcat/commit/90b8ff2f330973bbe5
Manak,
On 3/21/24 09:57, Manak Bisht wrote:
On Thu, 21 Mar 2024, 19:18 Christopher Schultz, <
ch...@christopherschultz.net> wrote:
Manak,
On 3/21/24 05:38, Manak Bisht wrote:
Thanks, Chuck!
This works for defining the port but does not work for the host.
Using either of the above throws
I have not defined its value. It works fine if I do, however, I am
expecting it to use the default instead.
Sincerely,
Manak Bisht
On Thu, 21 Mar 2024, 19:18 Christopher Schultz, <
ch...@christopherschultz.net> wrote:
> Manak,
>
> On 3/21/24 05:38, Manak Bisht wrote:
> > Thanks, Chuck!
> > This
Subudh,
On 3/21/24 07:32, Subodh Joshi wrote:
Expert,
Recently i came across a issue and i was getting no clue what was going on
wrong with the Application.
So here is the issue , we were getting following issue in our web
application(Springboot+Embedded Tomcat) which is deployed into Linux
Manak,
On 3/21/24 05:38, Manak Bisht wrote:
Thanks, Chuck!
This works for defining the port but does not work for the host.
port="4000" host="${tomcat.member:-localhost}"/>
port="4000" host="${tomcat.member:-127.0.0.1}"/>
Using either of the above throws the following error,
21-Mar-2024 15:0
Simon,
On 3/20/24 15:36, Simon Niederberger wrote:
What if you create an empty jaxp.properties file and make it available to the
common ClassLoader (e.g. in lib/empty-jaxp.jar:/jaxp.properties) -- does that
prevent the problem?
>
I think that boils down to what I'm already doing with the sys
Expert,
Recently i came across a issue and i was getting no clue what was going on
wrong with the Application.
So here is the issue , we were getting following issue in our web
application(Springboot+Embedded Tomcat) which is deployed into Linux machine
java.lang.ClassNotFoundException:
> org.a
Thanks, Chuck!
This works for defining the port but does not work for the host.
Using either of the above throws the following error,
21-Mar-2024 15:04:58.185 SEVERE [GroupChannel-Heartbeat-1]
org.apache.catalina.tribes.group.interceptors.TcpFailureDetector.memberAlive
Unable to perform failur
19 matches
Mail list logo