You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim McConnell (JIRA)" <ji...@apache.org> on 2007/09/18 19:29:43 UTC

[jira] Assigned: (GERONIMODEVTOOLS-208) Always appends default value into Server VM Arguments field after modifying this field.

     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell reassigned GERONIMODEVTOOLS-208:
----------------------------------------------

    Assignee: Tim McConnell

> 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
>            Assignee: Tim McConnell
>         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.