Hello I am new to glassfish. I have a virtual pc with centos 5, and I can not enable remote access to the console.
1- Install glassfih
2-start the domain with this command:
/opt/glassfish3/glassfish/bin/asadmin start-domain
3- change the password for root with this command:
/opt/glassfish3/glassfish/bin/asadmin --host 200.xxx.xxx.203 --port 4848 change-admin-password
4- I stopped the domain with this command:
/opt/glassfish3/glassfish/bin/asadmin stop-domain
5- enable remote access with this command:
/opt/glassfish3/glassfish/bin/asadmin --host 200.xxx.xxx.203 --port 4848 enable-secure-admin
6- start the domain again
The welcome page at http://200.xxx.xxx.203:8080 works fine but still I can not access the management console remotely.
Also check the file /etc/hosts
any help?