So I’m a complete beginner(started programming 4 months ago) so bear with me please, i have this spring web application with an apache tomcat web server auto installed with it, and it’s working quite fine in a local host.
I’ve bought a server a few days ago and installed the apache2 web server on it, and am currently trying to figure out how to configure my spring application to work as the controller handling any request that’s sent to the server, but don’t seem to find anything.
2
Answers
You need to configure a proxy (usually mod_proxy), take a look at this
There was probably an error while deploying the application to tomcat. I suggest checking the application log.