Hosting a JEE application on my own server with custom domain

Posted by Joro Seksa on Server Fault See other posts from Server Fault or by Joro Seksa
Published on 2014-08-18T13:00:14Z Indexed on 2014/08/22 10:22 UTC
Read the original article Hit count: 192

Filed under:
|
|
|

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

© Server Fault or respective owner

Related posts about dns

Related posts about webserver