Set group id using jsvc?

2005-04-18 Thread Nick Johnson
Hello, I know that jsvc will let you set the user id of the tomcat process, but will it also let you set the group id of the process? Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Set group id using jsvc?

2005-04-18 Thread Neil Upfalow
:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 12:50 PM To: tomcat-user@jakarta.apache.org Subject: Set group id using jsvc? Hello, I know that jsvc will let you set the user id of the tomcat process, but will it also let you set the group id of the process? Nick

Re: Set group id using jsvc?

2005-04-18 Thread QM
On Mon, Apr 18, 2005 at 12:50:26PM -0400, Nick Johnson wrote: : I know that jsvc will let you set the user id of the tomcat process, : but will it also let you set the group id of the process? Off the top of my head I don't know; but you can grep the source code for setgid() (or even setegid()).

Re: Set group id using jsvc?

2005-04-18 Thread Parsons Technical Services
Subject: Re: Set group id using jsvc? On Mon, Apr 18, 2005 at 12:50:26PM -0400, Nick Johnson wrote: : I know that jsvc will let you set the user id of the tomcat process, : but will it also let you set the group id of the process? Off the top of my head I don't know; but you can grep the source