Georg,
mmh! I could try setting this up on my local machine, but is anyone
else having input here? Seems like we should examine the Webadmin
Javascript requests.

Can you access the data REST endpoint with curl?

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://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Thu, Apr 14, 2011 at 12:50 PM, Georg Summer <georg.sum...@gmail.com> wrote:
> Hi there,
>
> My setup is that I have a server in a subnet protected by relative strict
> port policy, so I can not access the 7474 port of the server where by
> default neo4j is running.
> I have an Apache Server running as well serving some websites.
> I am accessing it remotely from a different part of the network.
>
> Checking the documentation showed that I can use a proxypass to expose the
> restful service:
> ProxyPass /neo4jdb/db http://localhost:7474/db
> ProxyPassReverse /neo4jdb/db http://localhost:7474/db
>
> which works fine. (at least using it through a browser for querying)
>
> So my idea was: same thing for the webadmin:
> ProxyPass /neo4jdb/webadmin http://localhost:7474/webadmin
> ProxyPassReverse /neo4jdb/webadmin http://localhost:7474/webadmin
>
> I get directed to the webadmin page. The side gets displayed but no values
> are retrieved so all status info is undefined. The Browser also only  tells
> me: not found.
> The Service Info displays: no bean found
>
> # REST endpoint for the data API
> # Note the / in the end is mandatory
> #org.neo4j.server.webadmin.data.uri=/db/data/
> org.neo4j.server.webadmin.data.uri=http://localhost/neo4jdb/db/data/
>
>
> # REST endpoint of the administration API (used by Webadmin)
> #org.neo4j.server.webadmin.management.uri=/db/manage/
> org.neo4j.server.webadmin.management.uri=http://localhost/neo4jdb/db/manage/
>
> That didn't work. I also tried directly the IP address of the machine. as
> well as:
> org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
> org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
>
> no luck either.
>
> Any Idea what I am missing?
>
> regards,
>
> Georg
> _______________________________________________
> 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

Reply via email to