source: trunk/gsdl3/install-soap.bat@ 4828

Last change on this file since 4828 was 4060, checked in by mdewsnip, 21 years ago

Removed incomplete code for automatically resolving @gsdl3home@ in SOAPServer.java.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 373 bytes
Line 
1@echo off
2
3:: Check that %GSDL3HOME% is set
4if not "%GSDL3HOME%" == "" goto envOK
5 echo "You need to run `setup.bat' before running this install file"
6 goto end
7
8:envOK
9
10:: Remake GSDL3
11cd %GSDL3HOME%\src\java\org\greenstone\gsdl3
12call winMake.bat
13call winMake.bat install
14cd %GSDL3HOME%
15
16echo.
17echo ----------------
18echo.
19echo You should now restart your Tomcat server.
Note: See TracBrowser for help on using the repository browser.