Installing GlassFish on remote server

If you plan to use GlassFish for remote debugging there are few things worth the consideration.

1. Use the same GlassFish version at both machines (server/local)
2. Use the same Java version at both installations
3. At local machine, use dry mode during installation (-n install_log_file)
4. At server, use kick start file and perform silent installation (-s -a install_log_file)
5. Configure your remote GlassFish installation according to this post: GlassFish 3.1 and NetBeans 7.0 – remote server
6. Add your new GlassFish instance into Servers within NetBeans