Home > Back-end >  http://localhost:8080 can be accessed, but eclipse to access or 404.
http://localhost:8080 can be accessed, but eclipse to access or 404.

Time:09-26

http://localhost:8080 can be accessed, but eclipse to access or 404,

CodePudding user response:

1, if is the window system, run the following commands under DOS first, see which program playing at port:
Netstat ano | findstr searches "8080"

2, if it is other program takes up 8080 port, use the following command to kill process;
Taskkill/pid process pid - t - f

3, enable the inside of the Eclipse web server, to ensure correct access path, and see you whether there is a context, if have, after the port number add
  • Related