Re: [EXTERNAL] RE: After Windows Server Restart, tomcat generating New JSESSIONID even with <%@ page session="false" %>

2024-05-07 Thread Joey Cochran
Coud this be the culprit ? ${CATALINA_BASE}/conf/context.xml From: Hamdan Khan Sent: Tuesday, May 7, 2024 9:09 AM To: users@tomcat.apache.org Subject: [EXTERNAL] RE: After Windows Server Restart, tomcat generating New JSESSIONID even with

Re: [EXTERNAL] Disabling OPTIONS HTTP method with * path

2024-04-30 Thread Joey Cochran
From: Oleg Frenkel Sent: Tuesday, April 30, 2024 1:56 PM To: users@tomcat.apache.org Subject: [EXTERNAL] Disabling OPTIONS HTTP method with * path This issue exists in 9.0.88 and 10.1.23. I am looking to disable the following HTTP request (note 'OPTIONS *' in the request): $ curl -v

Re: [EXTERNAL] Re: Tomcat 9 returning 404 for audio files

2024-03-11 Thread Joey Cochran
Thanks for replying!! Yes audio files are generated dynamically from DB.in a Servlet. I've verified that audio file exists on file system before returning the html code that contains audo control. I do NOT see this as a server side issue. This reads like a client/DOM cache of resource issue

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-17 Thread Joey Cochran
passphrases. When it is different, this exception or one similar can be thrown. After that, my next try would be without explicitly setting ciphers. Joey Cochran • Middle

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-14 Thread Joey Cochran
Angela, I have seen this before when changing java sources, in our case 7 to 8. Jump through the hoop of rebuilding the keystore with the current java I believe this is what we did that made the difference I am not familiar with PKCS11 we use Http11Nio2Protocol with PKCS12 for

RE: Error during startup

2022-08-08 Thread Joey Cochran
Make sure /bin/tomcat-juli.jar is set to 755 (chmod 755 tomcat-juli.jar) -Original Message- From: Mohan T Sent: Monday, August 8, 2022 2:26 AM To: Tomcat Users List Subject: [EXTERNAL] RE: Error during startup We have added the contents under grant section. Still we are getting the