Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Martin Moore
ch might use a > >> MappedByteBuffer to read or write. > >> > >> > >>> > >>> Le dim. 9 oct. 2022 à 16:03, Thomas Hoffmann (Speed4Trade GmbH) > >>> a écrit : > >>> > >>>> > >>>>> -Ursprüng

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Rob Sargent
n in some other routines which might use a >> MappedByteBuffer to read or write. >> >> >>> >>> Le dim. 9 oct. 2022 à 16:03, Thomas Hoffmann (Speed4Trade GmbH) >>> a écrit : >>> >>>> >>>>> -Ursprüngliche Nachricht- >

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Martin Moore
; > > Von: Martin Moore > > > > Gesendet: Sonntag, 9. Oktober 2022 15:37 > > > > An: thomas.hoffm...@speed4trade.com.invalid; Tomcat Users List > > > > > > > > Betreff: Re: About granting permissions to Tomcat JVM > > > > >

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Rob Sargent
> On Oct 8, 2022, at 9:36 AM, Martin Moore wrote: > > Hello, > > I am facing a problem using Tomcat V8 with my J2ee app that deletes (using > file.delete() Java 8) a file from disk (Windows). The file is actually > deleting only on application level meaning that the application does not > see

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Martin Moore
dim. 9 oct. 2022 à 16:03, Thomas Hoffmann (Speed4Trade GmbH) a écrit : > > > -Ursprüngliche Nachricht- > > Von: Martin Moore > > Gesendet: Sonntag, 9. Oktober 2022 15:37 > > An: thomas.hoffm...@speed4trade.com.invalid; Tomcat Users List > > > > Betr

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Suvendu Sekhar Mondal
Greetings, > > Thomas > > > > > -Ursprüngliche Nachricht- > > > Von: Martin Moore > > > Gesendet: Sonntag, 9. Oktober 2022 09:56 > > > An: Tomcat Users List ; ma...@apache.org > > > Betreff: Re: About granting permissions to Tomcat

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Martin Moore
--- > > Von: Martin Moore > > Gesendet: Sonntag, 9. Oktober 2022 09:56 > > An: Tomcat Users List ; ma...@apache.org > > Betreff: Re: About granting permissions to Tomcat JVM > > > > Hello Mark, > > > > I don't know if the SecurityManager is enabled or

Re: About granting permissions to Tomcat JVM

2022-10-09 Thread Martin Moore
Hello Mark, I don't know if the SecurityManager is enabled or not (how to disable it btw?) I set the env var CATALINA_HOME to be C:/Program Files/Apache-Tomcat-8/ The files in question are stored in Desktop/SomeFolder Thanks. Le dim. 9 oct. 2022 à 08:00, Mark Thomas a écrit : > On 08/10/2022 1

Re: About granting permissions to Tomcat JVM

2022-10-08 Thread Mark Thomas
On 08/10/2022 17:36, Martin Moore wrote: Hello, I am facing a problem using Tomcat V8 with my J2ee app that deletes (using file.delete() Java 8) a file from disk (Windows). The file is actually deleting only on application level meaning that the application does not see the file anymore but if i