I created a AWS instance to hold my jenkins and archiva services 5 days ago.
I already have my own domain, and created DNS Subdomain jenkins.mydomain.com
and archiva.mydomain.com
entries to redirect to my AWS instance.
But, I wanna use something like that:
jenkins.mydomain.com
instead of jenkins.mydomain.com:8080
archiva.mydomain.com
instead of archiva.mydomain.com:8081
Someone can help me?
I already instaled a apache2 service too.
Editing... to make more clear because i don't figure out anything...
I have my own domain: mydomain.com
I created a CNAME entry dev.mydomain.com
on DNS server that point to somename.no-ip.info
I created a AWS instance and installed no-ip update client. So I have sure that somename.no-ip.info
is pointing to this machine
On this machine I have 2 services: Jenkins on port 9090
and Archiva on port 9091
.
I'm able to access these using somename.no-ip.info:9090
and somename.no-ip.info:9091
I'm also able to access it from dev.mydomain.com:9090
and dev.mydomain.com:9091
What I want, if it's possible, is access from jenkins.mydomain.com
and archiva.mydomain.com