Not that I know of, depending on which endpoints you want to you use, you can have a look at the Jersey Resources we register and register the same resources within your tomcat application instead. check the module community/server in the org.neo4j.server.rest package.
Michael > Am 26.02.2015 um 22:14 schrieb Pavel Niedoba <[email protected]>: > > Hallo > > First I would like to solve this problem, because this solution doesn't > work for me. (I have multi module maven project running on tomcat8) Maybe I > could get it to work somehow with jetty, but another problem is the size of > my WAR file, whis is over 100MB. I develop the app so I nee to restart tomcat > frequently and it's getting slow with big WAR. Simply put I would like to run > Neo embedded and REST as webapp, if there's easy way to do it. > > Pavel > > On Wednesday, February 18, 2015 at 9:52:39 AM UTC+1, Michael Hunger wrote: > What is the goal you want to achieve? > > Michael > >> Am 17.02.2015 um 17:43 schrieb Pavel Niedoba <[email protected] >> <javascript:>>: >> >> Would it bee possible to run it without embedded jetty? >> >> Hi don't like the idea running web server inside web server. I understand >> that neo4j needs http server if running as server, but I'm fine with >> embedded with webadmin. >> Did anyone managed to run this as webapp without another webserver ? >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
