amazon ec2 - Not able to connect through browser port 8080 -


i launched amazon ec2 t1.micro free usage tier instance. after creating private key-pair did following on mac (local machine)

ec2-authorize default -p 22 ec2-authorize default -p 8080 ec2-authorize default -p 80 

but not able connect port 80 or 8080. connection timed out error.

on port 8080, run mulgara rdfstore. access using http://$publicdnsname:8080

my .profile looks like:

export ec2_home=~/.ec2 export path=$path:$ec2_home/bin export ec2_private_key=pk-mykeyname.pem export ec2_cert=cert-mykeyname.pem export java_home=/system/library/frameworks/javavm.framework/home/ 

please help

ah. fixed problem. allowing access default security group. instead should have used group created aws @ launch

thanks!!


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -