| Home >> All >> org >> apache >> derby >> [ drda Javadoc ] |
org.apache.derby.drda: Javadoc index of package org.apache.derby.drda.
Package Samples:
org.apache.derby.drda
Classes:
NetworkServerControl: NetworkServerControl provides the ability to start a Network Server or connect to a running Network Server to shutdown, configure or retreive diagnostic information. With the exception of ping, these commands can only be performed from the machine on which the server is running. Commands can be performed from the command line with the following arguments: start [-h <host>] [-p <portnumber>]: This starts the network server on the port/host specified or on localhost, port 1527 if no host/port is specified and no properties are set to override the defaults. By default Network Server will only ...
NetServlet: This servlet can be used to start Derby Network Server from a remote location. These servlet configuration parameters are understood by this servlet. portNumber - Port number to use. The default is 1527. startNetworkServerOnInit - Starts the Derby Network Server at servlet initialization if 'true'. tracingDirectory - Directory for trace files
| Home | Contact Us | Privacy Policy | Terms of Service |