Hi, probably you've a firewall that blocks that port. Lvc@
On 13 January 2014 20:23, Giraldo Rosales <[email protected]> wrote: > Thanks! > > Tried different configurations. Tried 127.0.0.1, the actual IP address of > the machine. Different ports. All by editing the line in > the orientdb-server-config.xml. I left it at 0.0.0.0. Each configuration > worked perfectly locally. But when I try to access the OrientDB Studio > remotely, it cannot be accessed. Getting an HTTP Not Found error. Wasn't > sure if this was a security feature on the OreintDB server. > > Giraldo > > > > On Monday, January 13, 2014 12:07:58 PM UTC-5, Lvc@ wrote: > >> Hi, >> look at $ORIENTDB_HOME/config/orientdb-server-config.xml the configured >> network. 0.0.0.0 means all the network interfaces, otherwise bind the >> listener to the ip: 10.0.0.1 >> >> Lvc@ >> >> >> On 13 January 2014 18:05, Giraldo Rosales <[email protected]> wrote: >> >>> Wanted to know if there is anything special to do to access >>> http://localhost:2480. We would like to be able to access OrientDB >>> Studio (hosted on a server) on developer machines. Lets say the server IP >>> is 10.0.0.1, we would access Studio by going to http://10.0.0.1:2480. >>> Currently (at least by default) this is only accessible internally >>> (localhost) not externally (10.0.0.1). When testing Neo4j, it allows the >>> port, 7474, to be accessed both interally and externally. >>> >>> Is there something needed to be added to the configuration? There are no >>> firewalls blocking access. >>> >>> Thanks! >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "OrientDB" 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/groups/opt_out. >>> >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" 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/groups/opt_out. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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/groups/opt_out.
