There is no specific workaround for launching the server from within another web container. It looks like there is a ServletContextListener hooked up for java server faces, that triggers when neo4j servers' Jetty instance starts a webapp context, and subsequently fails.
I'm assuming the JSF listener somehow leaks from the Tomcat environment, or that the context code in Jetty somehow inteferes with the current Tomcat servlet context.. It does seem like a complex problem to solve. What you can do is use neo4j-HA. You would have one HA-enabled neo4j server instance running on its own, and a HighlyAvailableGraphDatabase running inside your web app, both configured to be part of the same cluster. /Jake On Mon, Sep 5, 2011 at 6:05 PM, mpula <[email protected]> wrote: > In standalone Java application everything is OK. So, is there a method to > run > webadmin for Java web application which uses embedded neo4j? > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Webadmin-with-embedded-neo4j-on-tomcat-6-tp3310583p3311270.html > Sent from the Neo4j Community Discussions mailing list archive at > Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Jacob Hansson Phone: +46 (0) 763503395 Twitter: @jakewins _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

