EC2: map multiple applications to different domains
- by EsseTi
i'm playing with EC2 and i've been able to create my instance that has a django appliacation on port 80, and a tomcat on 8080.
now, with elastic IP i can manage to redirect my domain to django application.
now i would like to map subdomains to each tomact applications.
for example
django app (ec2...:80) --> mydomain.com
tomcat (ec2...:8080) --> tomcat.mydomain.com
webbapp1 (ec2...:8080/webapp1/) --> webapp1.mydomain.com
is this possible with the free account?
ciao