gpt4 book ai didi

web-applications - 在 Servlet 中获取 Web 应用程序名称

转载 作者:行者123 更新时间:2023-12-05 04:18:40 25 4
gpt4 key购买 nike

我正在开发可用于多个 Web 应用程序的通用工件。开发人员只需将我的监听器类添加到他们的 web.xml 中。在我的监听器中,我需要获取运行我的代码的 Web 应用程序名称。

虽然 getServletContextName() 会给出一个名称,但这个名称是在 web.xml 中编码的显示名称。我认为显示名称是可选的,因此它不可靠。所以我想获取实际的 Web 应用程序名称。有没有办法做到这一点?

感谢您的关注。

最佳答案

试试这段代码

String ApplicationName = ((HttpServletRequest) request).getContextPath()
.replace("/", "");

关于web-applications - 在 Servlet 中获取 Web 应用程序名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12308708/

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