Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi.
My full application is a mix of a Wordpress blog and a Java application.
I’m running Apache and Apache Tomcat on the same droplet. In this way, if I try http://mydomain.com it runs my Wordpress blog, and if I try http://mydomain.com:8080 it runs my Java application. Both applications are running fine.
But what I need is:
Is there anyway to do that with DNS or a virtual server? I’m very confused of how do I configure my Apache server to do that.
Thanks a lot.