Re: Operation not permitted errors

2024-02-06 Thread Christopher Schultz
Shawn, On 2/6/24 13:52, Beard, Shawn wrote: An application we have running in Tomcat 9 using Java 8 is throwing this error when trying to create a file: java.nio.file.FileSystemException /path/to/filesystem/202311WEB/040389461310_08_37_246.jpg: Operation not permitted at

Operation not permitted errors

2024-02-06 Thread Beard, Shawn
An application we have running in Tomcat 9 using Java 8 is throwing this error when trying to create a file: java.nio.file.FileSystemException /path/to/filesystem/202311WEB/040389461310_08_37_246.jpg: Operation not permitted at

Re: Tomcat taglibs 2.0.0 release?

2024-02-06 Thread Jeroen Hoffman
Thanks for the answers guys, very helpful. Regards, Jeroen On Mon, Feb 5, 2024 at 5:28 PM Greg Huber wrote: > I was testing struts 7 (tomcat 10) and I also use jstl for my 404,403s etc > (when I have no struts context) ie thrown from web.xml: > > >403 >/WEB-INF/jsp/errors/403.jsp > >