Re: [Neo4j] [neo4j] Running the web admin inside Tomcat

2011-12-27 Thread Peter Neubauer
Thanks Ian for putting this together, good to know for future reference! Now we need to find a place in the manual to put this in :) Cheers, /peter neubauer Google:neubauer.peter Skype:peter.neubauer Phone: +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] [neo4j] Running the web admin inside Tomcat

2011-12-09 Thread Ian Forsey
Hi Peter, I wasn't sure what you meant by test case, since I don't think this something that fits in a unit test, but I've created the following repo with an example. The readme.MD explains how to build a war with the issue and one without. I'm using spring data neo4j, so have included this

[Neo4j] [neo4j] Running the web admin inside Tomcat

2011-12-08 Thread Ian Forsey
Is anybody using the neo4j webadmin in embedded mode via the WrappingNeoServerBootstrapper in Tomcat 6? I have it successfully running within jetty and I just tried deploying to Tomcat. The web admin loads up sometimes in tomcat, but if I keep refreshing I get the following errors about half of

Re: [Neo4j] [neo4j] Running the web admin inside Tomcat

2011-12-08 Thread Ian Forsey
It's ok, I figured a work around for this. Maven was creating a WAR with the web admin JARs in WEB-INF/lib. If I instead extracted the web admin static JAR so the contents were directly in the WAR, it worked. I had to first tell maven not to package the JAR by specifying provided as the

Re: [Neo4j] [neo4j] Running the web admin inside Tomcat

2011-12-08 Thread Peter Neubauer
Mmh, thanks for the feedback! This sounds like a note in the docs, or some example project setup to make sure this is documented somewhere. Care to set up a maven project with a testcase that we could pull into the main build system to avoid further problems? I would like to have a WAR based