[Geoserver-devel] [jira] Created: (GEOS-2320) startup.bat missing quotes around GEOSERVER_HOME on RUN_JAVA line

startup.bat missing quotes around GEOSERVER_HOME on RUN_JAVA line
-----------------------------------------------------------------

                 Key: GEOS-2320
                 URL: http://jira.codehaus.org/browse/GEOS-2320
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 1.6.5
         Environment: Windows
            Reporter: Hyam Singer
            Assignee: Andrea Aime
            Priority: Minor

The "RUN_JAVA" line near the end of the startup.bat script is missing quotes around %GEOSERVER_HOME%\start.jar which causes problems if the GEOSERVER_HOME path includes any spaces. The corrected line should be as follows:

"%RUN_JAVA%" -DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%" -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar "%GEOSERVER_HOME%\start.jar"

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira