Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GlassFish v3 - portability of settings

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

like image 878
Daniel Szalay Avatar asked Oct 04 '10 17:10

Daniel Szalay


1 Answers

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

like image 76
Catchwa Avatar answered Nov 02 '22 12:11

Catchwa