I’ve install Tomcat 6 on an AWS EC2 instance with Ubuntu. I’ve followed these steps:
-
sudo apt-get install tomcat6 tomcat6-admin -
sudo /etc/init.d/tomcat6 restart -
sudo gedit /etc/tomcat6/tomcat-users.xml -
sudo /etc/init.d/tomcat6 restartbut when I put the public DNS of my instance in the navigator (http://public-dns-name:8080/), it doesn’t find anything.
I’d forgotten to install jdk 1.6 before