[ http://issues.apache.org/jira/browse/DERBY-1293?page=comments#action_12413131 ]
John H. Embretsen commented on DERBY-1293: ------------------------------------------ Adding the most recent proposal from the derby-dev list (http://www.nabble.com/-jira-+Created%3A+%28DERBY-1293%29+Derby+Server+and+Administration+Guide+-+derby.drda.startNetworkServer-t1564099.html#a4247615) to this Jira-issue for review: == START == Use the derby.drda.startNetworkServer property to simplify embedding the Network Server in your Java application. When you set derby.drda.startNetworkServer 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. NOTE: Please be aware that if the Network Server is started using this property, the Network Server will stop when your application ends or when you stop it by other means (e.g. by using the Java API or the command line interface, or by shutting down the Derby system), whichever comes first. == END == > Derby Server and Administration Guide - derby.drda.startNetworkServer > --------------------------------------------------------------------- > > Key: DERBY-1293 > URL: http://issues.apache.org/jira/browse/DERBY-1293 > Project: Derby > Type: Bug > Components: Documentation > Versions: 10.1.2.3 > Environment: DITA-sourced documentation > Reporter: Halley Pacheco de Oliveira > Priority: Minor > Fix For: 10.2.0.0, 10.1.3.0 > Attachments: radminconfigstartnetworkserver.diff, > radminconfigstartnetworkserver.diff.html, radminconfigstartnetworkserver.html > > In this page is written: > When you set derby.drda.startNetworkServer, the Network Server will > automatically start when you start Derby. > but I think that > When you set derby.drda.startNetworkServer to true, the Network Server will > automatically start when you start Derby. > would be better, because "to true" should be explicit instead of implicit as > it is in the original text. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
