The interface cannot be called when the wsdl project of Eclipse is migrated to idea.

The

project is a web service project for wsdl run by app, which was originally developed on eclipse. Without using the maven, framework, SpringMVC+mybatis, now wants to migrate the project to IDEA.
follow the online tutorials to set up the configuration of IDEA + match the tomcat, startup project without error, and automatically open the jsp page when the project starts, but the wsdl interface cannot be called, prompting 404, and the console does not report an error.
do not know how to find the reason, ask for help
1.tomcat start to open the jsp page within the project;
2. Unable to call project wsdl interface, postman call display 404
3. There is no problem with the project itself running on eclipse

Mar.16,2021

1. Please check whether you have configured ContextPath, in IDEA because the default ContextPath in IDEA is / and the project name is / project name in Eclipse

Menu