[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kan Ogawa updated GERONIMODEVTOOLS-208:
---------------------------------------
Attachment: GD-208.patch
> Always appends default value into Server VM Arguments field after modifying
> this field.
> ---------------------------------------------------------------------------------------
>
> Key: GERONIMODEVTOOLS-208
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-208
> Project: Geronimo-Devtools
> Issue Type: Bug
> Components: eclipse-plugin
> Affects Versions: 2.0
> Reporter: Kan Ogawa
> Attachments: GD-208.patch
>
>
> Assumes that the following value is set in Server VM Arguments field now:
> ----- start -----
> -javaagent:"C:/Apache/Geronimo/2.0.1/bin/jpa.jar"
> -Djava.ext.dirs="C:/Apache/Geronimo/2.0.1/lib/ext;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\ext"
> -Djava.endorsed.dirs="C:/Apache/Geronimo/2.0.1/lib/endorsed;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\endorsed"
> ----- end -----
> ( NOTE: "C:\Program Files\Java\jdk1.5.0_11" is JAVA_HOME. And
> "C:/Apache/Geronimo/2.0.1" is GERONIMO_HOME. )
> Issue scenario:
> 1. Opens "Geronimo 2.0 Server" in "Servers" view.
> 2. Inputs the following value to head of "Server VM Arguments" field.
> "-server "
> 3. Saves and closes "Geronimo 2.0 Server" overview page.
> 4. Reopens "Geronimo 2.0 Server" in "Servers" view.
> 5. Displays the following value in "Server VM Arguments" field.
> ----- start -----
> -javaagent:"C:/Apache/Geronimo/2.0.1/bin/jpa.jar"
> -Djava.ext.dirs="C:/Apache/Geronimo/2.0.1/lib/ext;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\ext"
> -Djava.endorsed.dirs="C:/Apache/Geronimo/2.0.1/lib/endorsed;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\endorsed"
> -server -javaagent:"C:/Apache/Geronimo/2.0.1/bin/jpa.jar"
> -Djava.ext.dirs="C:/Apache/Geronimo/2.0.1/lib/ext;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\ext"
> -Djava.endorsed.dirs="C:/Apache/Geronimo/2.0.1/lib/endorsed;C:\Program
> Files\Java\jdk1.5.0_11\jre\lib\endorsed"
> ----- end -----
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.