Server Tomcat v9.0 Server at localhost failed to start

mistake:

@WebServlet("order/servlet/CurrentShoppingList.do")

Not adding '/' before the comment will cause this problem
Correction :

@WebServlet("/order/servlet/CurrentShoppingList.do")

Note: Starting the project from other servlets will also fail

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325579109&siteId=291194637