Package com.sun.server
Class ServerProcess
- java.lang.Object
-
- com.sun.server.ServerProcess
-
public class ServerProcess extends java.lang.ObjectThis 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 fileserver.soin the distribution to libcom_sun_server_ServerProcess.so, and put it where it will be found by System.loadLibrary.- Version:
- 2.2
- Author:
- Colin Stevens
-
-
Constructor Summary
Constructors Constructor Description ServerProcess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleansetGroup(java.lang.String groupName)static booleansetUser(java.lang.String userName)
-