Re: Troubleshoot with registered libraries after startup

2021-04-27 Thread Mark Thomas
Have you converted the WAR file for Jakarta EE? If not, put it in the webapps-javaee directory rather than webapps and Tomcat will convert your WAR file for you. Mark On 27/04/2021 09:12, Glorius, R. (RPD) wrote: Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My

Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My war-file contains liblaries like Jersey and Jackson in the latest version for a JSON-REST API. After Deployment my Tomcat starts very well without some Exceptions oder Failures inside logging. That's fine. My

AW: Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
I've also tried to put it in the webapps-javaee directory. The convertion works, but same problem on converter-handling. It feels like a random thing on startup the war file. Because after multiple cleanup and restart with exactly the "same" war-file it sometimes works. Is it possibel that a

Re: Defining environment variables for a webapp ?

2021-04-27 Thread Rony G. Flatscher (Apache)
On 26.04.2021 20:19, Niranjan Rao wrote: > On 4/14/21 5:29 AM, Rony G. Flatscher (Apache) wrote: >> A JVM >> AFAIK would not honor changes to the environment after it got started > > A serious question. Apologies for selective selection from the response. > > Are there any operating systems where

Re: Troubleshoot with registered libraries after startup

2021-04-27 Thread Mark Thomas
On April 27, 2021 9:33:11 AM UTC, "Glorius, R. (RPD)" wrote: >I've also tried to put it in the webapps-javaee directory. The >convertion works, but same problem on converter-handling. > >It feels like a random thing on startup the war file. Because after >multiple cleanup and restart with

Re: ApacheCon @Home 2021 Call for Presentations is closing soon (2021-05-03)

2021-04-27 Thread Christopher Schultz
All, This is a reminder to please submit your presentations for ApacheCon @Home for review before the deadline at 08:00 UTC on 2021-05-03. There have been just 5 presentations submitted to far for the Tomcat track, and only 2 that look look like they were "from the community" (as opposed to

[ANN] Apache Tomcat 7.0.109 released

2021-04-27 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.109. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: Defining environment variables for a webapp ?

2021-04-27 Thread Christopher Schultz
Nirjan, On 4/26/21 14:19, Niranjan Rao wrote: On 4/14/21 5:29 AM, Rony G. Flatscher (Apache) wrote: A JVM AFAIK would not honor changes to the environment after it got started A serious question. Apologies for selective selection from the response. Are there any operating systems where

Re: Defining environment variables for a webapp ?

2021-04-27 Thread Rony G. Flatscher (Apache)
Niranjan: one correction: On 27.04.2021 15:05, Rony G. Flatscher (Apache) wrote: > ("heyhey.bat" is executed in a subprocess with a new environment such that > its PATH value is > unchanged!). the above statement is wrong, the current environment is inherited with ooRexx' ADDRESS instruction

Re: Question about encrypting database passwords in the context.xml file - Tomcat 9

2021-04-27 Thread Christopher Schultz
Jon, On 4/26/21 13:03, jonmcalexan...@wellsfargo.com.INVALID wrote: And when that isn't good enough for your senior management, take a look at the Tomcat Vault in GITHUB. :-) I'm going to publish a STIG for web applications that includes the need to encrypt the password for the Tomcat Vault.