Solved
Is it possible to configure ports used by neo4j?
I am trying to install two Thingworx 6.5.0 instances on the same machine with different tomcat port schemas, but there is a conflict with neo4j backup port 6362:
...
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: localhost/127.0.0.1:6362
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
at org.neo4j.com.Server.start(Server.java:205)
...

