source: trunk/gsdl3/gs3-enable-soap.bat@ 7894

Last change on this file since 7894 was 7894, checked in by mdewsnip, 20 years ago

Windows equivalent to gs3-enable-soap.sh. Just renames a file in the soap directory so it becomes enabled.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 371 bytes
Line 
1@echo off
2
3if exist gs3-setup.bat goto begin
4 echo You must run this script from within the Greenstone 3 home directory
5 goto exit
6
7:begin
8call gs3-setup.bat
9
10:: We just move soap's web.xml.disabled to web.xml
11cd %GSDL3HOME%\comms\soap\soap\webapps\soap\WEB-INF
12ren web.xml.disabled web.xml
13cd %GSDL3HOME%
14
15echo Please restart Tomcat for the changes to take effect
Note: See TracBrowser for help on using the repository browser.