Changeset 24485 for gs3-extensions/solr/trunk/src/gs3-setup.bat
- Timestamp:
- 2011-08-26T00:26:13+12:00 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/solr/trunk/src/gs3-setup.bat
r24456 r24485 2 2 pushd "%CD%" 3 3 CD /D "%~dp0" 4 d 5 set extdesc=the Solr Extension 4 6 5 set extdesc=the Solr Extension 7 :: The port Jetty runs on: 8 set SOLR_JETTY_PORT=8983 9 10 :: The port Jetty listens on for a "stop" command 11 set JETTY_STOP_PORT=8079 6 12 7 13 if "%OS%" == "Windows_NT" goto WinNT … … 45 51 46 52 setlocal enabledelayedexpansion 47 if "x%GSDL EXTS%" == "x" (48 set GSDL EXTS=!extdir!53 if "x%GSDL3EXTS%" == "x" ( 54 set GSDL3EXTS=!extdir! 49 55 ) else ( 50 set GSDL EXTS=!GSDLEXTS!:!extdir!56 set GSDL3EXTS=!GSDL3EXTS!:!extdir! 51 57 ) 52 endlocal & set GSDL EXTS=%GSDLEXTS%58 endlocal & set GSDL3EXTS=%GSDL3EXTS% 53 59 54 60 echo +Your environment is now setup for %extdesc% … … 57 63 :: variables with brackets in them, such as "Program Files (x86)" 58 64 65 echo ++Solr/Jetty server will run on port %SOLR_JETTY_PORT% (+ port %JETTY_STOP_PORT% for shutdown command)" 66 echo --These port values can be changed by editing: 67 echo -- %0 68 69 59 70 60 71 :End
Note:
See TracChangeset
for help on using the changeset viewer.