skip to Main Content

Good afternoon,

When I run Tomcat Server in Spring Tool Suite, it tells me that it has been run successfully, but it does not show me the local host 8080 page.

So the server works for me, but it doesn’t throw out the local host page.

Thanks in advance,

2

Answers


    1. Make sure you configured port 8080
    2. Make sure you are visiting ‘http://localhost:8080’
    3. Check whether the ContextPath is configured
    4. If it’s still wrong, show me your service log
    Login or Signup to reply.
  1. Check port 8080; there might be another application using it. Close it first.

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