Recall that the parentId of your application, as defined in the geronimo-web.xml file, is just that: com/ibm/geronimo/security/myDbPlan.
回忆一下应用程序的 parentId,如 geronimo-web.xml 文件中所定义的,就是这个:com/ibm/geronimo/security/myDbPlan。
If the parent (value of the parentId) is not running when the datasource is deployed, the deployer starts the parent first to make sure it is available.
如果在部署数据源时父id (parentId的值)没有运行,则部署工具会首先启动该父id以确保其可用。
First you specify the configId of the deployment plan in the configuration tag, which extends the org.apache.geronimo.Security class specified by the parentId.
首先,在配置标记中指定部署计划的 configId,它将扩展 parentId 指定的 org.apache.geronimo.Security 类。
应用推荐