Re: Catalina PID file

2020-04-22 Thread calder
On Wed, Apr 22, 2020 at 11:34 AM Rafael Oliveira wrote: > Hello everyone during some tests where I ran in my local environment I came > across an odd behavior on tomcat start > > During the start process catalina.sh script create a new PID file using the > following statement > *echo $! > "CATALIN

Catalina PID file

2020-04-22 Thread Rafael Oliveira
Hello everyone during some tests where I ran in my local environment I came across an odd behavior on tomcat start During the start process catalina.sh script create a new PID file using the following statement *echo $! > "CATALINA_PID"* $! *Expands to the process **ID** of the job most recently

Re: Fwd: Reverse proxy and SSL redirect

2020-04-22 Thread Mark Thomas
On 22/04/2020 00:11, rugman66 . wrote: >Tomcat log (I'm trying to get more debug level logging) > 2020-04-21 13:39:33 INFO app.CompletionRestController > Unsupported Media Type in Header > > Postman >415 Unsupported Media Type > > GET URL >

Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 4/22/20 09:12, Clough, Don wrote: > Thanks for all the feedback! I will continue to debug why our > particular installation hangs when I remove the ROOT. I was able to > do this on a fresh installation on my local machine. Take some thread

Re: Using AJP with 2 versions of Tomcat.

2020-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl, On 4/22/20 00:40, Darryl Philip Baker wrote: > Thank you, Christopher, > > I do want to run both versions of the application and tomcat > simultaneously. The current version of the app on using tomcat7 on > the current ports 8009/8080/8443 I

RE: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-22 Thread Clough, Don
Thanks for all the feedback! I will continue to debug why our particular installation hangs when I remove the ROOT. I was able to do this on a fresh installation on my local machine. -Original Message- From: Christopher Schultz Sent: Tuesday, April 21, 2020 6:33 PM To: users@tomcat.ap