How can I configure the Admin Console to be disconnected from the Internet?
To remove the GlassFish News nodeand the bottom frame of the Common Tasks page, add
under the <java-config> node in domain.xml file and restart the server.
domain.xml
<domain ...> <configs> <config name="server-config"> <java-config ...> ... <jvm-options>-Dcom.sun.enterprise.tools.admingui.NO_NETWORK=true</jvm-options> </java-config> </config> </configs> </domain> To prevent Update Center update check [1]
[1] http://forums.java.net/jive/message.jspa?messageID=476434#476434 |