I'm trying to install jetty in an Amazon EC2 instance running Ubuntu. The installation seems OK
$ sudo apt-get install jetty
After that I made the parameter NO_START=0
in /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/
...
Nevertheless, when I write in the browser (external computer):
http://ec2-xxx-xx-xx-xx.compute.amazonaws.com:8080
The browser could not connect to the address using the given port. I don't know if something is missing during the installation or the URL is wrong.
Thanks for your time and help :-) ,
- Carolina