You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/12/04 17:03:43 UTC

[jira] Created: (SLING-119) Provide an easy way to run microsling, requiring only a JVM

Provide an easy way to run microsling, requiring only a JVM
-----------------------------------------------------------

                 Key: SLING-119
                 URL: https://issues.apache.org/jira/browse/SLING-119
             Project: Sling
          Issue Type: Improvement
          Components: microsling
            Reporter: Bertrand Delacretaz
            Priority: Minor


We should provide an easy to run distribution of microsling, ideally an executable jar or something similar.

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


[jira] Closed: (SLING-119) Provide an easy way to run microsling, requiring only a JVM

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

Felix Meschberger closed SLING-119.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
         Assignee: Bertrand Delacretaz

Closing this fixed out of the perspective of microsling. In the meantime this issue is void anyway as microsling is replaced with the Launchpad, which comes in standalone and web app flavors.

> Provide an easy way to run microsling, requiring only a JVM
> -----------------------------------------------------------
>
>                 Key: SLING-119
>                 URL: https://issues.apache.org/jira/browse/SLING-119
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> We should provide an easy to run distribution of microsling, ideally an executable jar or something similar.

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


[jira] Commented: (SLING-119) Provide an easy way to run microsling, requiring only a JVM

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548292 ] 

Bertrand Delacretaz commented on SLING-119:
-------------------------------------------

I haved added In revision 600987 a simple setup based on Jetty's start.jar utility.

The new microsling-standalone module creates a zip file which contains this:

./LICENSE
./NOTICE
./README.txt
./etc/jetty.xml
./etc/webdefault.xml
./lib/jetty-6.1.3.jar
./lib/jetty-util-6.1.3.jar
./lib/servlet-api-2.5-6.1.3.jar
./microsling-standalone-1.0-incubator-SNAPSHOT-jetty-start.zip
./start.jar
./webapps/ROOT.war

ROOT.war is the war file built by the microsling-core module, and start.jar runs a standalone Jetty (on port 8080) which mounts that jar at the root of the web server. The setup is similar to that used by the Solr project (where I copied the config files ;-)

See README.txt for more info.



> Provide an easy way to run microsling, requiring only a JVM
> -----------------------------------------------------------
>
>                 Key: SLING-119
>                 URL: https://issues.apache.org/jira/browse/SLING-119
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> We should provide an easy to run distribution of microsling, ideally an executable jar or something similar.

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