skip to Main Content

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


  1. You need to configure a proxy (usually mod_proxy), take a look at this

    Login or Signup to reply.
  2. There was probably an error while deploying the application to tomcat. I suggest checking the application log.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search