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
sun.nio.fs.UnixExce
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
sun.nio.fs.UnixException.translateToIOException(UnixException.java
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
>
>