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

RE: OT: Question on manager app in distro

2022-10-08 Thread jonmcalexander
Thanks! Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Chuck Caldarale Sent: Oct 8, 2022 8:57 AM To: Tomcat Users List Subject: Re: OT: Question on manager app in distro > On 2022 Oct 7, at 21:13, Chuck Caldarale wrote: > > >> On 2022 Oct 7,

RE: OT: Question on manager app in distro

2022-10-08 Thread jonmcalexander
Thank you Chuck! Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Chuck Caldarale Sent: Oct 7, 2022 9:15 PM To: Tomcat Users List Subject: Re: OT: Question on manager app in distro > On 2022 Oct 7, at 19:10, > wrote: > > If I wanted to

About granting permissions to Tomcat JVM

2022-10-08 Thread Martin Moore
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 open the folder i still see the file

Re: OT: Question on manager app in distro

2022-10-08 Thread Chuck Caldarale
> On 2022 Oct 7, at 21:13, Chuck Caldarale wrote: > > >> On 2022 Oct 7, at 19:10, >> wrote: >> >> If I wanted to possibly take parts of the manager application that comes >> with Tomcat and put bits and pieces together for an internal utility app >> (status stuff only), or figure out

Re: Help Needed for installation of apache-tomcat-8.5.5

2022-10-08 Thread Olaf Kock
On 08.10.22 05:09, Verma, Sahil wrote: Hi Team, We have a requirement to install Tomcat 8.5.5 version in Linux environment. Please help with steps of downloading the package and installation steps. Linux version -  Red Hat Enterprise Linux release 8.6 You have a requirement to install

Add the Nashorn Module to Tomcat 10

2022-10-08 Thread Simon Besenbäck
Hi, How can one add the Nashorn module to Apache Tomcat 10? https://openjdk.org/projects/nashorn/ Download of the jar file: https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.4/jar Best Regards, Simon