cau2germany
12-16-2010, 03:56 PM
I deploy my server in a VPS server.
I set the Configuration.xml like this:
<?xml version="1.0" encoding="UTF-8"?>
<ElectroServerConfiguration>
<!-- This is the name of the node -->
<Name>StandAlone</Name>
<!-- Defines the host and port on which the web server will listen for inbound connections -->
<WebListeners>
<WebListener>
<Host>111.222.333.444</Host>
<Port>8080</Port>
<Ssl enabled="false"/>
</WebListener>
</WebListeners>
</ElectroServerConfiguration>
And start my server.
The problem that I can't connect to my server. I check for listening port in my server and it tell that Electro server listening on port 8080:
tcp6 0 0 111.222.333.444:8080 :::* LISTEN
I use Ubuntu 10.
Please help me.
I set the Configuration.xml like this:
<?xml version="1.0" encoding="UTF-8"?>
<ElectroServerConfiguration>
<!-- This is the name of the node -->
<Name>StandAlone</Name>
<!-- Defines the host and port on which the web server will listen for inbound connections -->
<WebListeners>
<WebListener>
<Host>111.222.333.444</Host>
<Port>8080</Port>
<Ssl enabled="false"/>
</WebListener>
</WebListeners>
</ElectroServerConfiguration>
And start my server.
The problem that I can't connect to my server. I check for listening port in my server and it tell that Electro server listening on port 8080:
tcp6 0 0 111.222.333.444:8080 :::* LISTEN
I use Ubuntu 10.
Please help me.