[Geoserver-devel] [jira] (GEOS-5653) Error setting JAVA_OPTS in startup.sh

Russ Hore created BugGEOS-5653
Error setting JAVA_OPTS in startup.sh

Issue Type:

BugBug

Affects Versions:

2.3-beta1

Assignee:

Justin Deoliveira

Components:

Configuration

Created:

13/Feb/13 2:56 AM

Description:

The startup.sh script in <geoserver home>/bin does not set the JAVA_OPTS variable correctly, it uses JAVA_OPS

It says

if [ -z “$JAVA_OPS” ]; then
set JAVA_OPS=-XX:MaxPermSize=128m
fi

whilst it should be

if [ -z “$JAVA_OPTS” ]; then
set JAVA_OPTS=-XX:MaxPermSize=128m
fi

Environment:

Linux

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Russ Hore

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)