严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/1_demo_war]]
![Tomcat项目报错:严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.ContainerBase.addChildInter,第1张 Tomcat项目报错:严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.ContainerBase.addChildInter,在这里插入图片描述,第1张](/upload/website_attach/202402/1_HY86ZB6T772G5W3K.jpeg)
在src/main/webapp/WEB-INF/web.xml文件中配置Servlet时,映射地址中没有/
正确示范
test1 com.example.demo.TestServlet1 test1 /test1