错误日志
url:http://localhost:8080/manager/initStudent
错误代码
原因
tomcat的内部路径中有manager这个路径,而代码中的映射路径就映射到tomcat内部去了。
打开电脑本地安装的tomcat的webapps文件夹
打开manager文件夹如下:
因此是映射路径和tomcat的内部路径冲突了。
解决
修改代码中的映射路径。
将manager修改为managerUser就不会报错了。
2023-07-19 08:30:03 阅读次数:200
url:http://localhost:8080/manager/initStudent
tomcat的内部路径中有manager这个路径,而代码中的映射路径就映射到tomcat内部去了。
打开电脑本地安装的tomcat的webapps文件夹
打开manager文件夹如下:
因此是映射路径和tomcat的内部路径冲突了。
修改代码中的映射路径。
将manager修改为managerUser就不会报错了。
上一篇:Vue学习之-Vue生命周期beforeCreate、created、beforeMount、mounted、beforeDestroy 。。。(图解详细过程)
下一篇:SSM报错IllegalArgumentException: Parameter Maps collection does not contain value for pojo.Course
docker 中的容器互联是一个较为复杂的话题,详细内容将在后续章节中介绍。 续前 2 个章节的内容,我们创建了一个 mysql 容器和一个 tomcat 容器,可以使用 「docker ps」来查看他们的状态。
反向代理就是代理服务器代理真实服务器。客户端以为代理服务器就是真实服务器,所以就会把要请求的==资源(URL)==发给代理服务器。
下面是今天写web项目遇到的一个错误,启动tomcat时报错。
无法启动tomcat并且tomcat的catalina.out日志文件报错“ContainerBase.addChildInternal ContainerBase.addChild: start“
Spring Boot系列之使用问题总结
Unable to process Jar entry [module-info.class] from Jar
SSM报错“java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener”
Spring boot 入门程序详解
Spring Boot 是 Spring 开源组织下的子项目,是 Spring 组件一站式解决方案,它的产⽣简化了框架的使⽤,所谓简化,是指简化了 使用 Spring 的难度,简省了繁重的配置,提供了各种启动器,开发者能快速上手,所以 SpringBoot 是⼀个服务于框架的框架,服务范围是简化配置⽂件。
SpringBoot Application事件监听的实现方案(动态写入yml)
文章
25746
阅读量
3139123
2024-10-22 07:47:36
2024-09-25 10:13:46
2024-09-24 06:31:08
2024-09-24 06:31:08
2024-07-12 07:02:30
2024-06-26 06:21:11
2023-05-04 08:59:25
2023-06-06 05:55:42
2024-09-24 06:31:08
2023-02-28 08:23:26
2023-04-10 08:56:16
2023-06-06 05:56:58