Indicates whether the Network Server will start automatically when you start Derby.
Use the derby.drda.startNetworkServer property to simplify embedding the Network Server in your Java application. When you set this property to true, the Network Server will automatically start when you start Derby (in this context, Derby will start when the embedded driver is loaded). Only one Network Server can be started in a JVM.
derby.drda.startNetworkServer={true|false}
False.
derby.drda.startNetworkServer=true
Static. You must shut down the Network Server and restart Derby for this change to take effect.