gpt4 book ai didi

java - Spring加载Tomcat资源

转载 作者:行者123 更新时间:2023-11-28 22:18:48 25 4
gpt4 key购买 nike

在我的 server.xml 中,我有类似以下行的内容:

  <GlobalNamingResources>
<!-- Editable user database that can also be used by
UserDatabaseRealm to authenticate users
-->
<Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase"/>
<Resource factory="com.company.ServerEnvironmentFactory" name="config/ServerEnvironment" type="java.util.Map"/>

在 Spring 3 中,如何确保创建 ServerEnvironmentFactory,以便我可以为 java:/comp/env/config/ServerEnvironment 执行上下文查找。

谢谢

最佳答案

我认为您需要配置 context.xml 以便所有应用程序都知道全局资源。

<ResourceLink global="config/ServerEnvironment" name="config/ServerEnvironment" type="java.util.Map" />

关于java - Spring加载Tomcat资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31595405/

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