I would like to use IntelliJ IDE to make deployments to a Glassfish 3.1
server. For this, remote admin access must be enabled. Thus, I enable it like
this:
/asadmin enable-secure-admin
asadmin restart-domain MY_DOMAIN/
However, this will enable SSH and IntelliJ does not support SSH access at the
moment. I tried to disable SSH by executing:
/asadmin set
server-config.network-config.protocols.protocol.admin-listener.security-enabled=false/
//
This change is reflected in domain.xml, but SSH is still enabled. How can I
enable remote admin access without SSH?
Thanks.
--
[Message sent by forum member 'ariod']
View Post: http://forums.java.net/node/805058