RE: Sporadic failure of load a servlet filter

2020-10-10 Thread BOSECKER Nancy
Hi Chris - >On 10/9/20 16:12, BOSECKER Nancy wrote: >> I have a servlet that loads when Tomcat is started. It's loaded from xml: >> > privileged="true" >> antiResourceLocking="false" >> >> swallowOutp

Sporadic failure of load a servlet filter

2020-10-09 Thread BOSECKER Nancy
Hi- I have a servlet that loads when Tomcat is started. It's loaded from xml: There isn't anything special about this particular one, but I've noticed that Tomcat fails to load it sporadically with: 2020-10-09 13:04:40,250 [org.apache.catalina.core.StandardContext startInternal ]

RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread BOSECKER Nancy
> I've been tasked with upgrading Tomcat from 8.5.41, but have run into a > problem that begins with release 8.5.45. Hopefully someone here can help. >>What was the last version where this worked? 8.5.43? I ask as 8.5.44 was not >>formally released. 8.5.43 worked, 8.5.45 does not. >>This might

RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread BOSECKER Nancy
>> Also, "file not found" is not the same as "access denied". You should >> post the exact error line(s) from your log. >A bit off-topic, but wanted to jump in and clear this up, as the Java error >messages are somewhat misleading. >If I write a class to open a read-only file with

File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-08 Thread BOSECKER Nancy
I've been tasked with upgrading Tomcat from 8.5.41, but have run into a problem that begins with release 8.5.45. Hopefully someone here can help. I have a servlet that tries to update a file that was previously written by a separate servlet. Prior to 8.5.45, this works as expected and the file