Jakub,
On 5/30/24 08:08, Jakub Królikowski wrote:
Hi Christopher,
On Thu, May 30, 2024 at 1:40 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
Jakub,
On 5/30/24 05:25, Jakub Królikowski wrote:
Where is your configuration located? It *should* be inside
your located in META-IN
Hi Christopher,
On Thu, May 30, 2024 at 1:40 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Jakub,
>
> On 5/30/24 05:25, Jakub Królikowski wrote:
> >> Where is your configuration located? It *should* be inside
> >> your located in META-INF/context.xml in your web application.
>
Jakub,
On 5/30/24 05:25, Jakub Królikowski wrote:
Where is your configuration located? It *should* be inside
your located in META-INF/context.xml in your web application.
If it's in there, then everything it does should be in the context (and
ClassLoader) of your web application -- where your
Hello Chris,
On Tue, May 28, 2024 at 6:38 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Jakub,
>
> On 5/24/24 09:31, Jakub Królikowski wrote:
> > On Fri, May 24, 2024 at 11:23 AM Mark Thomas wrote:
> >
> >> Can you provide the simplest web application (with source) that
> >> re
Jakub,
On 5/24/24 09:31, Jakub Królikowski wrote:
On Fri, May 24, 2024 at 11:23 AM Mark Thomas wrote:
Can you provide the simplest web application (with source) that
replications the problem?
Mark
On 23/05/2024 23:45, Jakub Królikowski wrote:
Hi,
I'm working with Tomcat 10.1.
When a use
On 24/05/2024 14:31, Jakub Królikowski wrote:
Hi Mark,
It seems to me that this can be tested on any application.
In Tomcat 10.1, if any session attribute is an instance of a new public
class (unknown to Tomcat and to Tomcat class loader), implementing
java.io.Serializable,
then on reloading t
On Fri, May 24, 2024 at 11:23 AM Mark Thomas wrote:
> Can you provide the simplest web application (with source) that
> replications the problem?
>
> Mark
>
>
> On 23/05/2024 23:45, Jakub Królikowski wrote:
> > Hi,
> >
> > I'm working with Tomcat 10.1.
> >
> > When a user starts using the store i
Can you provide the simplest web application (with source) that
replications the problem?
Mark
On 23/05/2024 23:45, Jakub Królikowski wrote:
Hi,
I'm working with Tomcat 10.1.
When a user starts using the store in my web application, I save the
ShopCart object on the "cart" session attribute
Hi,
I'm working with Tomcat 10.1.
When a user starts using the store in my web application, I save the
ShopCart object on the "cart" session attribute.
I want the "cart" attributes to return to the session after restarting the
app.
To enable session persistence I added
to the Context. It loa