Question
Spring MVC NoSQL Server Setup
Hello,
I am fairly new to Digital Ocean and currently trying to set up a basic Spring MVC server with a NoSQL data store (MongoDB) on my droplet with the following specifications:
512MB Ram
20GB SSD Disk
London 1
Ubuntu 14.10 x64
What I have done so far:
- setup git
- java jre, jdk 7
- installed Apache
- installed Maven
- mongo DB
What I want to do now is route the server to run on my homepage (currently http://178.62.100.239/) instead of localhost(http://127.0.0.1:8080/). I guess I will have to modify the proxy Apache configuration but could not find a proper explanation/ tutorial anywhere on the website. How can I do that?
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.
×