Workaround for Launching Admin Console in v3 Lite Prelude Promoted build 12There is a bug in the location of where to download GUI when first accessed. For V3 Lite, this download will be from update center, but of now, this feature is not there yet. We are still relying on the location specified in domain.xml to download the war file. For now, here is the workaround for you: Option 1: 1. install GlassFish v3 express (trunk) b12 <property name="adminConsoleDownloadLocation" value="http://download.java.net/glassfish/v3-tp2/admingui/gfv3-preview2-final-admingui.war"/> to <property name="adminConsoleDownloadLocation" value="http://wiki.glassfish.java.net/attach/GlassFishV3AdminConsole/admingui-v3-express-b12.war"/> and you can access console by going to http://localhost:8080/admin Option 2: |