You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dave Colasurdo (JIRA)" <de...@geronimo.apache.org> on 2005/11/13 18:40:22 UTC

[jira] Created: (GERONIMO-1166) Enhance Startup scripts to allow process to be launched in background

Enhance Startup scripts to allow process to be launched in background
---------------------------------------------------------------------

         Key: GERONIMO-1166
         URL: http://issues.apache.org/jira/browse/GERONIMO-1166
     Project: Geronimo
        Type: Improvement
  Components: startup/shutdown  
    Versions: 1.0    
    Reporter: Dave Colasurdo


Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  

New keywords are: 

-foreground (or -fg)
-background (or -bg)

 default is for a background session

For windows platform: Will launch process in a separate window.
For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

    Resolution: Fixed

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>      Fix For: 1.0
>  Attachments: scripts_in_progress_patch.patch, startup.patch, startup.sh.patch
>
> Fixed: We now provide startup and shutdown scripts that are modelled on Tomcat's scripts (see mail thread http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html ). The new scripts also allow Geronimo to be launched in the background.
> You can either use the geronimo.sh/bat script (most friendly for new users) or can call the startup.sh/bat or shutdown.sh/bat scripts directly (just like Tomcat).

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

John Sisson updated GERONIMO-1166:
----------------------------------

    Geronimo Info:   (was: [Patch Available])
      Description: 
Fixed: We now provide startup and shutdown scripts that are modelled on Tomcat's scripts (see mail thread http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html ). The new scripts also allow Geronimo to be launched in the background.
You can either use the geronimo.sh/bat script (most friendly for new users) or can call the startup.sh/bat or shutdown.sh/bat scripts directly (just like Tomcat).

  was:
Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  

New keywords are: 

-foreground (or -fg)
-background (or -bg)

 default is for a background session

For windows platform: Will launch process in a separate window.
For unix platforms: Will launch as a background process 


> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>      Fix For: 1.0
>  Attachments: scripts_in_progress_patch.patch, startup.patch, startup.sh.patch
>
> Fixed: We now provide startup and shutdown scripts that are modelled on Tomcat's scripts (see mail thread http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html ). The new scripts also allow Geronimo to be launched in the background.
> You can either use the geronimo.sh/bat script (most friendly for new users) or can call the startup.sh/bat or shutdown.sh/bat scripts directly (just like Tomcat).

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

Dave Colasurdo updated GERONIMO-1166:
-------------------------------------

    Geronimo Info: [Patch Available]

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>  Attachments: startup.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

Dave Colasurdo updated GERONIMO-1166:
-------------------------------------

    Attachment: startup.sh.patch

Here is the patch for unix environments.

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>  Attachments: startup.patch, startup.sh.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

Dave Colasurdo updated GERONIMO-1166:
-------------------------------------

    Attachment: startup.patch

Attached is the patch for the windows platform..  Still need to investigate unix platforms.. 

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>  Attachments: startup.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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] Assigned: (GERONIMO-1166) Enhance Startup scripts to allow process to be launched in background

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

John Sisson reassigned GERONIMO-1166:
-------------------------------------

    Assign To: John Sisson

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>  Attachments: startup.patch, startup.sh.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

John Sisson updated GERONIMO-1166:
----------------------------------

    Fix Version: 1.0

The scripts are now modelled on Tomcat's (changes not yet committed).  See http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html 

I plan on doing some more testing with these scripts (not yet committed) based upon what was agreed in the  http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html mail thread on Thurs 8th Dec.  

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>      Fix For: 1.0
>  Attachments: startup.patch, startup.sh.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

kenperl commented on GERONIMO-1166:
-----------------------------------

why not put the server in the background and running as a daemon?

> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>  Attachments: startup.patch, startup.sh.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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


> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>      Fix For: 1.0
>  Attachments: scripts_in_progress_patch.patch, startup.patch, startup.sh.patch
>
> Fixed: We now provide startup and shutdown scripts that are modelled on Tomcat's scripts (see mail thread http://www.mail-archive.com/dev@geronimo.apache.org/msg12524.html ). The new scripts also allow Geronimo to be launched in the background.
> You can either use the geronimo.sh/bat script (most friendly for new users) or can call the startup.sh/bat or shutdown.sh/bat scripts directly (just like Tomcat).

-- 
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-1166) Enhance Startup scripts to allow process to be launched in background

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

John Sisson updated GERONIMO-1166:
----------------------------------

    Attachment: scripts_in_progress_patch.patch

Attached a patch containing the updated scripts (in progress), in case someone want to look at this while I'm in the air.  Otherwise I will be finishing them on Thurs 8 Dec.  


> Enhance Startup scripts to allow process to be launched in background
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1166
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1166
>      Project: Geronimo
>         Type: Improvement
>   Components: startup/shutdown
>     Versions: 1.0
>     Reporter: Dave Colasurdo
>     Assignee: John Sisson
>      Fix For: 1.0
>  Attachments: scripts_in_progress_patch.patch, startup.patch, startup.sh.patch
>
> Add new keywords to startup scripts that control whether the process gets launched in the current window/process or in a separate background window/process.  
> New keywords are: 
> -foreground (or -fg)
> -background (or -bg)
>  default is for a background session
> For windows platform: Will launch process in a separate window.
> For unix platforms: Will launch as a background process 

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