Skip to content

Commit

Permalink
Changes for handling newer version of Derby/JavaDB integrated in Glas…
Browse files Browse the repository at this point in the history
…sFish

Signed-off-by: anajosep <anand.francis.joseph.augustin@oracle.com>
  • Loading branch information
anajosep committed Jan 15, 2019
1 parent dc90176 commit 61ef098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/xml/impl/glassfish/common.xml
Expand Up @@ -936,6 +936,8 @@
<java classname="org.apache.derby.drda.NetworkServerControl"
classpath="${use.derby.classpath}" fork="true" spawn="true">
<sysproperty key="derby.system.home" value="${use.derby.system.home}"/>
<sysproperty key="java.security.manager" value=""/>
<sysproperty key="java.security.policy" value="${server.config.dir.path}/server.policy"/>
<arg line="-h ${use.derby.server} -p ${use.derby.port} start"/>
</java>
<sleep seconds="${use.derby.startup.delay}"/>
Expand Down

0 comments on commit 61ef098

Please sign in to comment.