gpt4 book ai didi

java - Tomcat 中 Javamelody 的说明

转载 作者:行者123 更新时间:2023-11-28 21:53:40 25 4
gpt4 key购买 nike

我在我的 Tomcat 容器中安装了 Javamelody 以查看我当前使用的网站的统计信息。

我的网站在 server.xml 中配置如下,没有部署为 war,但是类和 jsp 文件被手动复制到“/dun/student/webapps”位置,如映射所示:

<Context path="/stud" docBase="/dun/student/webapps" crossContext="false" debug="0" reloadable="true">
</Context>

我已将 jar 文件 javamelody.jarjrobin-1.5.9.1.jar 复制到我的网络应用程序的 lib 目录中。

现在我修改了我的网络应用程序的 web.xml 以包含以下行,并将其粘贴到我的 servlet 声明之上。

<filter>
<filter-name>monitoring</filter-name>
<filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>monitoring</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

我也重启了tomcat。

现在我正在尝试使用 url 访问我的 java 旋律统计信息:

http://student.studentgrade.com:8080/stud/monitoring

但我收到 404 状态,表示请求的资源不可用。

现在我的 Web 应用程序无法访问,其中有许多工作正常的 jsp 文件,我也遇到了 404 错误。

http://student.studentgrade.com:8080/stud/hello.jsp

但是如果我删除我在 web.xml 文件中为 javamelody 添加的那些行,我的 jsp 就可以访问了。

我在这里做错了什么。

请告诉我如何解决这个问题。

最佳答案

你加了吗 net.bull.javamelody.SessionListener 到你的 web.xml 中?

关于java - Tomcat 中 Javamelody 的说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17658692/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com