I am trying to set up a dock in an Amazon EC2 instance running Ubuntu. Installation seems OK
$ sudo apt-get install jetty
After that I made a parameter NO_START=0in/etc/default/jetty
Finally
$ sudo service jetty start
Starting Jetty servlet engine. jetty
Jetty servlet engine started, reachable on http://ip-xx-xxx-xxx-xxx:8080/
...
However, when I write in a browser (external computer):
http:
The browser could not connect to the address using this port. I do not know if something is missing during installation or the URL is incorrect.
Thank you for your time and help :-),
- Carolina
source
share