source: main/trunk/greenstone3/ext/ANT-RESTART-CUSTOM.sh@ 37620

Last change on this file since 37620 was 37620, checked in by anupama, 13 months ago

Trying to get the running GS3 server to display the GS3 library home properly again by 1 moving the capitalised ANT-* scripts from toplevel GS3 into the ext subversion as hinted at in commit messages 37607-37609 and 2. Commenting out the element in servlets.xml that uses mydomain.org, as it is presently active and breaks the GS3 library home (with errors in the browser Javascript console). The comment in servlets.xml also indicated that this element by default ought to be in commented out state.

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/bash
2
3# Could add custom code here if needed, but likely already dealt with
4# in companion "ANT-*CUSTOM.sh" scripts
5
6./ANT-STOP-CUSTOM.sh && ./ANT-START-CUSTOM.sh
7
8
Note: See TracBrowser for help on using the repository browser.