Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用简单数据库进行登录管理的 JSF 应用程序。我使用 Oracle Galssfish 作为服务器,在管理控制台上完成所有必要的配置(设置驱动程序、连接池等)后,它工作正常。
但是,我想知道是否有一种方法可以从我的应用程序内部设置连接池参数(ip、端口、用户名和密码)。我可以在我的 bean 上创建我需要的所有属性,然后获取/设置就可以了,但是如何在 Glassfish 上设置它们?
您可以使用 AMX(应用程序服务器管理扩展):
请参阅https://blogs.oracle.com/JagadishPrasath/entry/creating_jdbc_connection_pool_resource#4_Creating_Connection_Pool__Resource