Re: ROOT.xml and META-INF/context.xml

2021-11-07 Thread Greg Huber
OK, thanks. Some older mobiles don't like samesite, and the CookieProcessor seems to mess with all the cookies.  JSESSIONID is the last cookie I need to add the samesite attribute, is there another way to set it, for example in a filter where I can check the useragent? Cheers Greg On 07/11/

Aw: Tomcat - Deployment

2021-11-07 Thread Peter Rader
Dear Admin Priyanka, unfortunately the source-code your developers wrote might be invalid. The error might occour in a Thread calling the productExclusionRegistryDao-bean (Maybe the ProductExclusionRegistryDao.java source-file) in the method used to initialize the application. In order to solv

Re: ROOT.xml and META-INF/context.xml

2021-11-07 Thread Mark Thomas
On 07/11/2021 10:44, Greg Huber wrote: Hello, I am testing CookieProcessor for SameSite stuff. In my dev environment,  I use ROOT.xml with workDir="/home/me/project/work" /> I have a context.xml file in META-INF but it seems to ignore it. When I deploy via a war it is picked up OK. A web

Tomcat - Deployment

2021-11-07 Thread Kumawat, Priyanka
Hi Team , I have did a Tomcat application deployment on Production region and copied the WAR file to the webapps location of tomcat , we normally do this change monthly , tested on Stage env after successful it will go to the production env. But This time we have encountered an issue- after th

ROOT.xml and META-INF/context.xml

2021-11-07 Thread Greg Huber
Hello, I am testing CookieProcessor for SameSite stuff. In my dev environment,  I use ROOT.xml with workDir="/home/me/project/work" /> I have a context.xml file in META-INF but it seems to ignore it. When I deploy via a war it is picked up OK. webapp/META-INF/context.xml webapp/WEB-INF/.