Home > Back-end >  Ask you a question
Ask you a question

Time:09-22

Idea running under the web project and deployed in Tomcat web project, what is the difference between local run the test is no problem, deployed to Tomcat after the following page can access but access interface to 404 missing

CodePudding user response:

My humble opinion, the IDEA is to invoke the Tomcat run web project, there should be no difference, as for the back of the problem, is not very clear

CodePudding user response:

Essentially there is no difference between both, 404 is not found, you see there is no configuration access path

CodePudding user response:

Directly on tomcat run, the Context is configured

CodePudding user response:

There is no difference, default is built-in tomcat

CodePudding user response:

Java reference 4 floor - elementary student's reply:
there is no difference, the default is built-in tomcat

Why is it at 404 built-in

CodePudding user response:

Access interface to 404, you can use the postman under the first, if can have a problem
  • Related