mysql - How to manage datasources with netbeans? -


hi point current datasource new server change address because have exported current db new one. need change this. using netbeans 6.8 glassfish 3 (jsf 2.0).

thank best reagrds ignacio.

for database connections use in netbeans

tab services, click open item databases, rightclick database connection , select properties. can change server address there.

for database connections deployed glassfish

in glassfish admin console, go resources, jdbc datapools , change server connection settings new remote server.

for database connection definitions deployed project in enterprise project, select server resources. database connection definition should there. edit reflect new situation , redeploy project.


Comments