Changeset 30170 for main/trunk


Ignore:
Timestamp:
2015-09-02T13:49:09+12:00 (9 years ago)
Author:
kjdon
Message:

need to add -p portnum to the derby networkservercontrol for shutdown as well as startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r30105 r30170  
    851851    <java classname="org.apache.derby.drda.NetworkServerControl">
    852852      <arg value="shutdown"/>
     853      <arg value="-p"/>
     854      <arg value="${derby.server.port}"/>
    853855      <classpath refid="derby.server.classpath"/>
    854856    </java>
Note: See TracChangeset for help on using the changeset viewer.