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
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Do you mean you have Dokku installed? If so, you don’t need to install a webserver, Dokku takes care of that.
I believe you have to install a web server such as Apache, nginx, tomcat or so on if you are going to host your domain(s) in order to run your website
look like you are new to these stuff and confused a little. <br> <br>ok, Apache is a web server. And yes, you need a VPS as you mentioned to run your domain. <br> <br>you can use one droplet to host multiple domains so there is no problem except that you need to know how much space and RAM you need for your applications to run. <br> <br>I hope that helps.