remove obsolete JDB_OPTS reference from geronimo.bat
----------------------------------------------------
Key: GERONIMO-3172
URL: https://issues.apache.org/jira/browse/GERONIMO-3172
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: startup/shutdown
Affects Versions: 2.0-M6
Environment: Windows
Reporter: Ted Kirby
Priority: Minor
Line 268 of geronimo.bat is:
if not "%JDB_OPTS%" == "" goto gotJdbOpts
There is no other use or reference to JDB_OPTS here or in geronimo.sh.
More importantly, there is no :gotJdbOpts label in geronimo.bat, which would
cause the script to fail.
This fix is to remove this line of code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.