Question
How to bind port java web application port number to domain name?
I have the java play! application. To run play application no need of a webserver like apache. But i need run my application on VPS with the domain name like www.xxx.com, do I need web server?
If I have the multiple applications running on different http ports, how can i map those ports to my domain name;
Example:
www.xx.com---> application running on port 9000
Add a comment
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.
×