ch might use a
> >> MappedByteBuffer to read or write.
> >>
> >>
> >>>
> >>> Le dim. 9 oct. 2022 à 16:03, Thomas Hoffmann (Speed4Trade GmbH)
> >>> a écrit :
> >>>
> >>>>
> >>>>> -Ursprüng
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-
>
; > > 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
> > > >
>
> 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
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
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
---
> > 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
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
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