Re: [Tomcat] nashorn on jdk17 in tomcat 11

2024-11-24 Thread Alex O'Ree
So i got nashorn to fire up with the simplest possible configuration possible on jdk17 with tomcat11. I then compared the working environment to to environment that i have the issue on. I basically rigged up tomcat to use log4j2 for logging across the board. That required a smallish change to the s

Re: [External] Re: Best way to *programmatically* detect that all webapps are fully deployed and running?

2024-11-24 Thread Rémy Maucherat
On Sun, Nov 24, 2024 at 4:53 PM Amit Pande wrote: > > Though it's super late, thought of sharing using JMX to get the application > deployment status. > > https://github.com/amitlpande/java-utils/blob/master/ApplicationeploymentCheckerValve.java > https://github.com/amitlpande/java-utils/blob/mas

RE: [External] Re: Best way to *programmatically* detect that all webapps are fully deployed and running?

2024-11-24 Thread Amit Pande
Though it's super late, thought of sharing using JMX to get the application deployment status. https://github.com/amitlpande/java-utils/blob/master/ApplicationeploymentCheckerValve.java https://github.com/amitlpande/java-utils/blob/master/server.xml Appreciate reviews/comments. Thanks, Amit --

RE: Shutting Down Tomcat (9.0.97) Service Throws System Error 1067

2024-11-24 Thread Kostyantyn Krakovych
Hi Chris, > Are there no logs or anything like that? Our service stops quickly. Nothing in logs though we redirect all tomcat logs into logs of our application. > When Java encounters an error, it usually produces an hs_pid file which may > be in an unusual location given the unusual CWDs of sy