I installed a pier on an ubuntu 11 machine
sudo apt-get install jetty
after that I set up the context, the war file and the variable NO_START. Everything works fine when I test it on the same computer, for example.
curl http://localhost:8080/
However, when I try to connect from an external machine, it simply does not respond. I tried this both on a virtual machine on a Win 7 host, and on Amazon EC2.
thank,
source
share