@echo off if exist gs3-setup.bat goto begin echo You must run this script from within the Greenstone 3 home directory goto exit :begin call gs3-setup.bat :: We just move soap's web.xml.disabled to web.xml cd %GSDL3HOME%\comms\soap\soap\webapps\soap\WEB-INF ren web.xml.disabled web.xml cd %GSDL3HOME% echo Please restart Tomcat for the changes to take effect