By dinjab
Hi there. I’m very new to server management, so sorry for maybe a stupid question. My droplet runs on CentOS 7. I’m using TomCat since my webapp is Java based. For now it is deployed and working under the standard URL http://my-droplet-ip:8080/myapp The thing is I can’t figure out how to make my app and my domain to be friends. :) I found some tutorials here like: https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-nameservers-from-common-domain-registrars https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean Also I found some info like this http://stackoverflow.com/questions/28647846/how-to-map-tomcat-7-webapp-to-my-domain They seems understandable each individually, but when I start to put them together it breaks apart. Did I get it right? There is a local file on the machine with the information about hosts. The tutorials from DO explains how to map the domain to a name server and also to update this local file via DO control panel. After that you can do some magic with TomCat server.xml since the “local file” (lets name it this way) now knows about the domain and the name server knows where to point the request to. This way, when the request comes to my droplet TomCat can see what app to give. Can you point where I’m wrong. Maybe give a hint or a link with a tutorial for my case? :) Thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
In this case I would recommend using Nginx as a reverse proxy for your Java application. This would allow you to map your domain name and also you can secure it by installing an SSL certificate.
You can follow the steps on how to configure Nginx as a reverse proxy here:
Regards, Bobby
This comment has been deleted
This comment has been deleted
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.