Re: esx ScriptEngine + react.js

2017-08-17 Thread Adam Henderson
Hi Henry, I don't have a solution but check out this blog post which might help you, it looks like you might need some polyfills for nashorn to run react. http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/ Good luck. Adam. > On 17 Aug 2017, at 7:13 pm, Henry Saginor

esx ScriptEngine + react.js

2017-08-17 Thread Henry Saginor
Hi, I would like to run some server side react.js components in Sling. I was experimenting with the esx engine [1] which works like a NodeJs loader and allows you to load any valid Node module. I am able to run the demo examples that come with that bundle. So, I installed react npm module and

Re: stopping a running sling-9 instance

2017-08-17 Thread Ruben Reusser
logged a jira issue at [1] - turns out sling has to be started with java -jar sling-9.jar start for the control file to be written [1] https://issues.apache.org/jira/browse/SLING-7058

Re: stopping a running sling-9 instance

2017-08-17 Thread Ruben Reusser
sorry, forgot to add the link. will report a JIRA issue [1] https://sling.apache.org/documentation/the-sling-engine/the-sling-launchpad.html#command-line-options On 2017-08-17 04:57, Robert Munteanu wrote: > Hi Ruben,> > > On Tue, 2017-08-15 at 07:32 -0700, Ruben Reusser

Re: stopping a running sling-9 instance

2017-08-17 Thread Robert Munteanu
Hi Ruben, On Tue, 2017-08-15 at 07:32 -0700, Ruben Reusser wrote: > Hi! > > [1] indicates a user can stop a running sling instance by using Which link is [1]? > > java -jar sling-9.jar stop I don't see this working for any Sling 7, 8, 9 or 10-SNAPSHOT, but feel free to file a Jira ticket for