Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

I can't enable remote acces to the admin console on glassfish 3.1.2

$
0
0

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?


Viewing all articles
Browse latest Browse all 1091

Trending Articles