Deployment using directory

2024-05-24 Thread Brandie Nickey
Hi all, I am curious if there are any cons to deploying a webapp without using a war file. Our web app has just always traditionally been 'unzipped' as a set of folders within the Tomcat/webapps/ROOT directory. However I have been doing some troubleshooting using procmon.exe from

Re: PersistentManager and ClassNotFoundException

2024-05-24 Thread Jakub Królikowski
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

Re: PersistentManager and ClassNotFoundException

2024-05-24 Thread Mark Thomas
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

Re: Security Constraints and Session Timeout

2024-05-24 Thread Mark Thomas
On 23/05/2024 17:01, Jerry Malcolm wrote: I have some servlets that I can't put security constraints on at the web.xml level.  However, deep down in the code there are some places that I need a user to be logged in.  My overall UI ensures this all works by having certain JSPs with constraints