Hello, i’m having problems linking my domain from 1&1 to my webapp deployed to tomcat. the ip of the webapp is http://xxx.xxx.xxx.xx:8080/ChronoGames i would love to have some help
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
To get things working on your domain you will have to get the application running on port 80. Currently it’s running on port 8080.
This guide shows how to setup tomcat connections with an SSL. While you do not have to use an SSL, the same process would apply for setting up Apache or Nginx to proxy the Tomcat connection.
I do recommend using an SSL though, as the guide helps do. This improves security of the application and is becoming a more and more important thing within the web world.