Re: extreemly simple request to add process name variable to catalina.out

2011-07-07 Thread Mark Thomas
On 07/07/2011 20:07, Christopher Schultz wrote: > Lance, > > On 7/7/2011 12:03 PM, Campbell, Lance wrote: >> Tomcat 6 enhancement: >> Please consider giving us the ability to change the process name for linux >> applications. I have identified all of the places I believe this needs to >> be don

Re: extreemly simple request to add process name variable to catalina.out

2011-07-07 Thread Christopher Schultz
Lance, On 7/7/2011 12:03 PM, Campbell, Lance wrote: > Tomcat 6 enhancement: > Please consider giving us the ability to change the process name for linux > applications. I have identified all of the places I believe this needs to be > done. > > Would you please consider adding the following to

Re: extreemly simple request to add process name variable to catalina.out

2011-07-07 Thread Pid
On 07/07/2011 17:07, Campbell, Lance wrote: > Small typo. > > 3) Then replace any occurance of "$_RUNJAVA" with exec > "$CATALINA_PROCESS_NAME" . This will allow the process to be named. > > Should have been: > > 3) Then replace any occurance of "$_RUNJAVA" with exec > "$CATALINA_PROCESS_NAME

RE: extreemly simple request to add process name variable to catalina.out

2011-07-07 Thread Campbell, Lance
Small typo. 3) Then replace any occurance of "$_RUNJAVA" with exec "$CATALINA_PROCESS_NAME" . This will allow the process to be named. Should have been: 3) Then replace any occurance of "$_RUNJAVA" with exec "$CATALINA_PROCESS_NAME" "$_RUNJAVA" . This will allow the process to be named. Sor