You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/02/09 00:32:12 UTC

[jira] Created: (GERONIMO-1612) Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" from commands in geronimo.sh

Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
-------------------------------------------------------------------------------

         Key: GERONIMO-1612
         URL: http://issues.apache.org/jira/browse/GERONIMO-1612
     Project: Geronimo
        Type: Bug
  Components: startup/shutdown  
    Versions: 1.0    
    Reporter: John Sisson
 Assigned to: John Sisson 
    Priority: Minor
     Fix For: 1.0.1, 1.1


This was accidentally carried over from the Tomcat code the script was based upon.

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


[jira] Closed: (GERONIMO-1612) Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" from commands in geronimo.sh

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1612?page=all ]
     
John Sisson closed GERONIMO-1612:
---------------------------------

    Resolution: Fixed

> Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1612
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1612
>      Project: Geronimo
>         Type: Bug
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Minor
>      Fix For: 1.0.1, 1.1

>
> This was accidentally carried over from the Tomcat code the script was based upon.

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


[jira] Commented: (GERONIMO-1612) Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" from commands in geronimo.sh

Posted by "Jeff Genender (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1612?page=comments#action_12365659 ] 

Jeff Genender commented on GERONIMO-1612:
-----------------------------------------

Are you absolutely sure you want to remove this?  Should there not be an ability to add on to the endorsed dirs via the command line?

> Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1612
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1612
>      Project: Geronimo
>         Type: Bug
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Minor
>      Fix For: 1.0.1, 1.1

>
> This was accidentally carried over from the Tomcat code the script was based upon.

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


[jira] Commented: (GERONIMO-1612) Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" from commands in geronimo.sh

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1612?page=comments#action_12365669 ] 

John Sisson commented on GERONIMO-1612:
---------------------------------------

Spoke with Jeff on IRC and he said "Ok...seems good to me...as long as its doable on the command line, I am cool with it"

So all should be fine.

> Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1612
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1612
>      Project: Geronimo
>         Type: Bug
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Minor
>      Fix For: 1.0.1, 1.1

>
> This was accidentally carried over from the Tomcat code the script was based upon.

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


[jira] Commented: (GERONIMO-1612) Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" from commands in geronimo.sh

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1612?page=comments#action_12365666 ] 

John Sisson commented on GERONIMO-1612:
---------------------------------------

Pretty sure :-) This was removed for the following reasons:

* It wasn't documented in the geronimo.sh script
* It isn't implemented in the corresponding geronimo.bat script
* You can set system properties on the command line by using the existing GERONIMO_OPTS  and JAVA_OPTS environment variables.
* JARs should be picked up if you place then in the geronimo\lib\endorsed directory (pointed to by the META-INF/MANIFEST.MF file in bin\server.jar)

> Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1612
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1612
>      Project: Geronimo
>         Type: Bug
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Minor
>      Fix For: 1.0.1, 1.1

>
> This was accidentally carried over from the Tomcat code the script was based upon.

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