Re: Catalina PID file

2020-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/20 11:27, Konstantin Kolinko wrote: > пт, 24 апр. 2020 г. в 05:25, Christopher Schultz > : >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Rafael, >> >> On 4/23/20 17:18, Rafael Oliveira wrote: >>> I does not happen e

Re: Catalina PID file

2020-04-24 Thread Konstantin Kolinko
пт, 24 апр. 2020 г. в 05:25, Christopher Schultz : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rafael, > > On 4/23/20 17:18, Rafael Oliveira wrote: > > I does not happen every time, but it happens, actually it happened > > twice during a couple of deployments and only in one instance

Re: Catalina PID file

2020-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rafael, On 4/23/20 17:18, Rafael Oliveira wrote: > I does not happen every time, but it happens, actually it happened > twice during a couple of deployments and only in one instance of > several that I have. > > I could not reproduce in a safe and c

Re: Catalina PID file

2020-04-23 Thread Rafael Oliveira
I does not happen every time, but it happens, actually it happened twice during a couple of deployments and only in one instance of several that I have. I could not reproduce in a safe and close environment, I got this error in a server with multiple users and multiple tasks and concurred environm

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