Ignore:
Timestamp:
2012-03-28T17:02:10+13:00 (12 years ago)
Author:
ak19
Message:

Related to previous commit: need to stop server before accessing the usersDB for setting the password, then start it again thereafter.

File:
1 edited

Legend:

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

    r25308 r25314  
    12231223      <handler classname="org.apache.tools.ant.input.SecureInputHandler" /> <!-- password won't be visible on screen -->
    12241224    </input>
     1225    <antcall target="stop-tomcat"/>
    12251226    <!--<echo>${admin.password}</echo>--> <!-- for testing -->
    12261227    <java classname="org.greenstone.gsdl3.util.ChangePwdUsersDB">
     
    12301231      <arg value="${admin.password}"/>
    12311232    </java>
     1233    <antcall target="start-tomcat"/>
    12321234  </target>
    12331235
Note: See TracChangeset for help on using the changeset viewer.