Um, no. Though I haven't run it using jetty:run, rather I just have run it using org.apache.isis.WebServer utility class from the webapp module.
There's a class called "Wrapper" that (I think... I didn't write this) is what exposes the neo4j console; perhaps that's what's missing? I'll try using jetty:run myself when I get a chance, see if I can locate the issue. Cheers Dan On 14 July 2015 at 15:05, Vladimir Nišević <vnise...@gmail.com> wrote: > Hi Dan, I've just tried out this example but have problems when opening the > neo4j server http://localhost:7474/ > > I've started the app thru webapp -> Run maven -> jetty:run and Isis starts > fine. > > Run Fixture scripts works as well, I see sample Hosts entites created.. > > Do I have to start the neo4j server separately? > > Regs,Vladimir > > 2015-07-07 10:09 GMT+02:00 Dan Haywood <d...@haywood-associates.co.uk>: > > > Hi folks, > > > > in case you're interested in such things, we now have a functioning > example > > of Apache Isis running against neo4j (using 1.9.0-SNAPSHOT). > > > > Take a look at the screenshots, if nothing else [1] > > > > Cheers > > Dan > > > > > > [1] https://github.com/isisaddons/isis-app-neoapp/ > > >