You can use the servlet interface to manage the Network Server remotely. To use the servlet interface, the servlet must be registered with an Application Server, and derby.system.home must be known to the Application Server.
A Web application archive (WAR) file, derby.war, for the Derby Network Server is available in $DERBY_HOME/lib. This file registers the Network Server's servlet at the relative path /derbynet. See the documentation for your Application Server for instructions on how to install it.
For example, if derby.war is installed in WebSphere Application Server with a context root of derby, the URL of the server is:
http://<server>[:port]/derby/derbynet
The servlet takes the following optional configuration parameters:
This section describes the servlet pages.