For the database connections you use in Netbeans
Tab services, click open item Databases, rightclick your database connection and select properties. You can change the server address there.
For database connections that were deployed to Glassfish
In the Glassfish admin console, go to Resources, JDBC datapools and change the server connection settings to the new remote server.
For database connection definitions deployed by the project
In your Enterprise project, select server resources. The database connection definition should be there. Edit to reflect the new situation and redeploy your project.