Hosting a JEE application on my own server with custom domain
- by Joro Seksa
I have a website which purpose is to help people build routes and use various map tools. The site is all static with lots of javascript source files which do the logic.
However i want to convert this site to a JEE application and host it on my own server with tomcat container.
So lets say that the application hosted on my server can be accessed on address: xxx.xxx.xxx.xxx:8084/MyApp
Now lets say my domain is www.my-domain.com
The question is:
Is it possible to be made when i enter www.my-domain.com in the browser to load automatically xxx.xxx.xxx.xxx:8084/MyApp