Using the Network Server with preexisting Derby applications
You must modify Java applications that currently run against Derby in
embedded mode so that they work with the Derby Network Server. The topics in this section discuss these changes.
Shutting down the Network Server
If user authentication is disabled, a Derby database will shut down normally when the Network Server is shut down. If user authentication is enabled, you must explicitly shut down the database before shutting down the Network Server by specifying a valid Derby user name and password.
Accessing the Network Server by using the network client driver
When connecting to the Network Server, your application needs to load a driver and connection URL that is specific to the Network Server. In addition, you must specify a user name and password if you are using authentication.