GlassFish v3 - portability of settings

拈花ヽ惹草 提交于 2019-12-18 21:51:26

问题


Is there any way to simply copy the GlassFish v3.0.1 server settings (ie connection pools, resources, realms... ) to another GlassFish, so it is not needed to set them manually? This way it would be a lot easier to set up the same development environment.

Environment: NetBeans 6.9 + GlassFish 3.0.1

Thanks in advance, Daniel


回答1:


You should just be able to drop your glassfish\domains\<name_of_domain>\config\domain.xml file into your target domain and restart glassfish.



来源:https://stackoverflow.com/questions/3857783/glassfish-v3-portability-of-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!