You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2009/09/18 21:33:17 UTC

[jira] Created: (FELIX-1620) Script for running the created Karaf instances with a console

Script for running the created Karaf instances with a console
-------------------------------------------------------------

                 Key: FELIX-1620
                 URL: https://issues.apache.org/jira/browse/FELIX-1620
             Project: Felix
          Issue Type: Bug
          Components: Karaf
    Affects Versions: karaf-1.0.0
            Reporter: David Bosschaert


When I create a Karaf instance using the admin commands it creates start and stop scripts to run this instance in the background.

I think this is really good for certain use-cases. But for other use-cases it would be important to simply launch that karaf instance with a console. In that case its important that the lifecycle of the instance is linked to the lifecycle of the console (so if someone exits the console, the instance dies). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-1620) Script for running the created Karaf instances with a console

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-1620.
------------------------------------

    Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	C	karaf/shell/admin/src/main/resources/org/apache/felix/karaf/shell/admin/bin/stop => karaf/shell/admin/src/main/resources/org/apache/felix/karaf/shell/admin/bin/karaf
	M	karaf/assembly/src/main/distribution/unix-shell/bin/karaf
	M	karaf/assembly/src/main/distribution/windows-text/bin/karaf.bat
	M	karaf/assembly/src/main/filtered-resources/bin/admin
	M	karaf/assembly/src/main/filtered-resources/bin/admin.bat
	M	karaf/main/src/main/java/org/apache/felix/karaf/main/Main.java
	M	karaf/shell/admin/src/main/java/org/apache/felix/karaf/shell/admin/internal/AdminServiceImpl.java
	A	karaf/shell/admin/src/main/resources/org/apache/felix/karaf/shell/admin/bin/karaf.bat
	M	karaf/shell/admin/src/main/resources/org/apache/felix/karaf/shell/admin/bin/start
	M	karaf/shell/admin/src/main/resources/org/apache/felix/karaf/shell/admin/bin/stop
Committed r825975

Seems to work as desired.  Reopen the bug if you find any issues.

> Script for running the created Karaf instances with a console
> -------------------------------------------------------------
>
>                 Key: FELIX-1620
>                 URL: https://issues.apache.org/jira/browse/FELIX-1620
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: David Bosschaert
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.2
>
>
> When I create a Karaf instance using the admin commands it creates start and stop scripts to run this instance in the background.
> I think this is really good for certain use-cases. But for other use-cases it would be important to simply launch that karaf instance with a console. In that case its important that the lifecycle of the instance is linked to the lifecycle of the console (so if someone exits the console, the instance dies). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (FELIX-1620) Script for running the created Karaf instances with a console

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned FELIX-1620:
--------------------------------------

    Assignee: Guillaume Nodet

> Script for running the created Karaf instances with a console
> -------------------------------------------------------------
>
>                 Key: FELIX-1620
>                 URL: https://issues.apache.org/jira/browse/FELIX-1620
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: David Bosschaert
>            Assignee: Guillaume Nodet
>
> When I create a Karaf instance using the admin commands it creates start and stop scripts to run this instance in the background.
> I think this is really good for certain use-cases. But for other use-cases it would be important to simply launch that karaf instance with a console. In that case its important that the lifecycle of the instance is linked to the lifecycle of the console (so if someone exits the console, the instance dies). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1620) Script for running the created Karaf instances with a console

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated FELIX-1620:
-----------------------------------

    Fix Version/s: karaf-1.0.2

> Script for running the created Karaf instances with a console
> -------------------------------------------------------------
>
>                 Key: FELIX-1620
>                 URL: https://issues.apache.org/jira/browse/FELIX-1620
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: David Bosschaert
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.2
>
>
> When I create a Karaf instance using the admin commands it creates start and stop scripts to run this instance in the background.
> I think this is really good for certain use-cases. But for other use-cases it would be important to simply launch that karaf instance with a console. In that case its important that the lifecycle of the instance is linked to the lifecycle of the console (so if someone exits the console, the instance dies). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.