You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Sachin Patel (JIRA)" <de...@geronimo.apache.org> on 2005/10/24 21:45:55 UTC

[jira] Created: (GERONIMO-1109) Need class for server shutdown

Need class for server shutdown
------------------------------

         Key: GERONIMO-1109
         URL: http://issues.apache.org/jira/browse/GERONIMO-1109
     Project: Geronimo
        Type: New Feature
  Components: startup/shutdown  
    Versions: 1.0    
    Reporter: Sachin Patel
    Priority: Minor
     Fix For: 1.0
 Attachments: StopServer.java

Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.

- I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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-1109) Need class for server shutdown

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


Verified by David C.

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Assignee: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, newpatch.txt, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Sachin Patel updated GERONIMO-1109:
-----------------------------------

    Attachment: patch.txt

Please review patch.txt.

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Sachin Patel updated GERONIMO-1109:
-----------------------------------

    Geronimo Info: [Patch Available]

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Matt Hogstrom updated GERONIMO-1109:
------------------------------------

    Fix Version: 1.1
                     (was: 1.0)

I expect that 1.0 will most likely be running single server installations.  I'm deferring the fix for this to 1.1.

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: StopServer.java
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Sachin Patel updated GERONIMO-1109:
-----------------------------------

    Fix Version: 1.0
                     (was: 1.1)

Discussing with Matt, moving this back to 1.0.

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Resolved: (GERONIMO-1109) Need class for server shutdown

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1109?page=all ]
     
Sachin Patel resolved GERONIMO-1109:
------------------------------------

    Resolution: Fixed
     Assign To: Sachin Patel

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Assignee: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, newpatch.txt, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Sachin Patel updated GERONIMO-1109:
-----------------------------------

    Attachment: newpatch.txt

Per David J.'s suggestions new patch created. 

-shutdown.jar introduced
-port can be specified as argument

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java, newpatch.txt, patch.txt
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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] Updated: (GERONIMO-1109) Need class for server shutdown

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

Sachin Patel updated GERONIMO-1109:
-----------------------------------

    Attachment: StopServer.java

> Need class for server shutdown
> ------------------------------
>
>          Key: GERONIMO-1109
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1109
>      Project: Geronimo
>         Type: New Feature
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Sachin Patel
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: StopServer.java
>
> Attached is a class that shut's down the server.  Unlike the existing StopRemoteServer it handles shutting down the correct server if multiple server instances are running.  This class could be called from a script or even a windows service.
> - I'm not exactly sure where this class should be loaded, wether it should be embedded into server.jar or somewhere else.

-- 
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