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