Re: Run servlets on Nashorn written in server-side JavaScript

2021-03-03 Thread Christopher Schultz
Rony, On 3/3/21 06:42, Rony G. Flatscher (Apache) wrote: Hi Chris, On 02.03.2021 17:48, Christopher Schultz wrote: Rony, On 2/28/21 11:33, Rony G. Flatscher (Apache) wrote: Leo, On 26.02.2021 01:52, leo wrote: On 25 Feb 2021, at 2:47, Rony G. Flatscher (Apache) wrote: P.S.: Have tested m

certificateFile exception when certificateKeystoreFile is configured

2021-03-03 Thread Trudeau, Rick (Nokia - CA/Ottawa)
Tomcat version: 8.5.34 Hello, I’m wondering if anyone has any theories about an SSL config related exception that we hit periodically on Tomcat startup that prevents the system from initializing properly. I’ll emphasize “periodically” here, because we only trigger this rarely and have no relia

RE: Reg: caching allowed setting in tomcat

2021-03-03 Thread Jalaj Asher
Thank you mark for the response it helps. Regards Jalaj P Asher -Original Message- From: Mark Thomas Sent: Wednesday, March 3, 2021 2:59 AM To: users@tomcat.apache.org Subject: Re: Reg: caching allowed setting in tomcat Attention: This email was sent from someone outside of eClinicalWo

Re: Run servlets on Nashorn written in server-side JavaScript

2021-03-03 Thread Rony G. Flatscher (Apache)
Hi Leo, On 03.03.2021 00:40, leo wrote: > Rony, > >> O.K., had a few things I could finalize. Created two war files, >> "demoJavaScript.war" and >> "demoRhino.war". The first got tested against Nashorn, the second - you >> guessed it ;) - against >> Rhino (7.1.13). They are meant as little proof

Re: Run servlets on Nashorn written in server-side JavaScript

2021-03-03 Thread Rony G. Flatscher (Apache)
Hi Chris, On 02.03.2021 17:48, Christopher Schultz wrote: > Rony, > > On 2/28/21 11:33, Rony G. Flatscher (Apache) wrote: >> Leo, >> >> On 26.02.2021 01:52, leo wrote: >>> On 25 Feb 2021, at 2:47, Rony G. Flatscher (Apache) wrote: >>> P.S.: Have tested my implementation with Nashorn on Java 8