|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.server.ServerProcess
public class ServerProcess
This is a wrapper around the native code used by the Java Web Server
to set the effective user and group id's on Solaris.
It expects the "server.so" file used by the
Java Webserver 2.0.
Make sure you rename the file server.so
in the distribution to libcom_sun_server_ServerProcess.so
, and
put it where it will be found by System.loadLibrary.
Constructor Summary | |
---|---|
ServerProcess()
|
Method Summary | |
---|---|
static boolean |
setGroup(java.lang.String groupName)
|
static boolean |
setUser(java.lang.String userName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerProcess()
Method Detail |
---|
public static boolean setUser(java.lang.String userName)
public static boolean setGroup(java.lang.String groupName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |