I haven't used jetty:run goal either. This is the class Dan mentioned - https://github.com/isisaddons/isis-app-neoapp/blob/master/server/src/main/java/com/sprint/isis/neo4j/server/Wrapper.java
It's probably a little hacky but I wasn’t sure how else to do it. Jeremy D. Branham Technology Architect - Sprint University #gettingbettereveryday -----Original Message----- From: Dan Haywood [mailto:[email protected]] Sent: Tuesday, July 14, 2015 9:08 AM To: users Subject: Re: Neo4j and Apache Isis 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ć <[email protected]> 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 <[email protected]>: > > > 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/ > > > ________________________________ This e-mail may contain Sprint proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.
