Chuid - merging code from daemon into jk2

2002-08-26 Thread costinm
I would like to add the code dealing with 'chuid' from daemon into jk2. That will involve jk_user.c and a JkUser.java, using the regular jk communication. In order to change the uid from root to a regular user, you will add user.name=... user.group=... in jk2.properties. I would also

Re: Chuid - merging code from daemon into jk2

2002-08-26 Thread Bojan Smojver
Quoting [EMAIL PROTECTED]: In order to change the uid from root to a regular user, you will add user.name=... user.group=... in jk2.properties. I'm not too familiar with this - which part here is running as root? Bojan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Chuid - merging code from daemon into jk2

2002-08-26 Thread Costin Manolache
Bojan Smojver wrote: Quoting [EMAIL PROTECTED]: In order to change the uid from root to a regular user, you will add user.name=... user.group=... in jk2.properties. I'm not too familiar with this - which part here is running as root? If you want to start tomcat on port 80, you need

Re: Chuid - merging code from daemon into jk2

2002-08-26 Thread Bojan Smojver
Quoting Costin Manolache [EMAIL PROTECTED]: Bojan Smojver wrote: Quoting [EMAIL PROTECTED]: In order to change the uid from root to a regular user, you will add user.name=... user.group=... in jk2.properties. I'm not too familiar with this - which part here is running as