Re: [Neo4j] Neo4j REST Server with path prefix

2010-11-17 Thread Jim Webber
Hi Christopher,

We've deprecated the REST API from this release in favour of an overall Server 
platform (which combines the REST API, Web Admin interface, and other bits of 
platform), so we'll treat this as a feature request for the server.

In the meantime, I've lodged a ticket: https://trac.neo4j.org/ticket/280

Jim

On 8 Nov 2010, at 16:08, Christopher Schmidt wrote:

 Hi all,
 
 how can I setup the REST server to use a standard url path prefix?
 
 E. g. 
 http://localhost:/MyPathPrefix/node/0/relationshipshttp://localhost:/node/0/relationships
 
 -- 
 Christopher
 twitter: @fakod
 blog: http://blog.fakod.eu
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Neo4j REST Server with path prefix

2010-11-17 Thread Peter Neubauer
Christopher,
also, of course the mounting of custom REST resources is going to be
supported, so you for instance can write a JavaScriptInterpreter (good
thought, we think it would be great to have one as default!) and mount
it. But not in the first version, will need some more days for that :)

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Wed, Nov 17, 2010 at 2:34 PM, Christopher Schmidt
fakod...@googlemail.com wrote:
 Thx Jim for your answer,

 since I want to access the Neo4j REST Server by JavaScript (GWT) and due to
 the Browser Cross Domain Policy I have to use a ProxyServlet anyway. So for
 me it would be nice, but it's not necessary.

 Christopher

 On Wed, Nov 17, 2010 at 2:09 PM, Jim Webber j...@neotechnology.com wrote:

 Hi Christopher,

 We've deprecated the REST API from this release in favour of an overall
 Server platform (which combines the REST API, Web Admin interface, and other
 bits of platform), so we'll treat this as a feature request for the server.

 In the meantime, I've lodged a ticket: https://trac.neo4j.org/ticket/280

 Jim

 On 8 Nov 2010, at 16:08, Christopher Schmidt wrote:

  Hi all,
 
  how can I setup the REST server to use a standard url path prefix?
 
  E. g. http://localhost:/MyPathPrefix/node/0/relationships
 http://localhost:/node/0/relationships
 
  --
  Christopher
  twitter: @fakod
  blog: http://blog.fakod.eu
  ___
  Neo4j mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user




 --
 Christopher
 twitter: @fakod
 blog: http://blog.fakod.eu
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Neo4j REST Server with path prefix

2010-11-08 Thread Christopher Schmidt
Hi all,

how can I setup the REST server to use a standard url path prefix?

E. g. 
http://localhost:/MyPathPrefix/node/0/relationshipshttp://localhost:/node/0/relationships

-- 
Christopher
twitter: @fakod
blog: http://blog.fakod.eu
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Neo4j REST Server with path prefix

2010-11-08 Thread Peter Neubauer
Mmh,
the easiest thing I can think of is just to use a reverse proxy in Apache or so?

http://www.apachetutor.org/admin/reverseproxies

HTH

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Mon, Nov 8, 2010 at 5:08 PM, Christopher Schmidt
fakod...@googlemail.com wrote:
 Hi all,

 how can I setup the REST server to use a standard url path prefix?

 E. g. 
 http://localhost:/MyPathPrefix/node/0/relationshipshttp://localhost:/node/0/relationships

 --
 Christopher
 twitter: @fakod
 blog: http://blog.fakod.eu
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user