users@glassfish.java.net

Re: GF3-TP2: Admin console won't install?

From: <glassfish_at_javadesktop.org>
Date: Wed, 07 May 2008 08:25:37 PDT

Sorry for the inconvenience. Here is suggestion for what you can try.

You can download the war from : http://download.java.net/glassfish/v3-tp2/admingui/gfv3-preview2-final-admingui.war

After you have the war locally, you have 2 options:

1. Modify domain.xml so that it will install the console with the war that you just downloaded. This will be installed as a system app. To do this, edit glassfish/domains/domain1/config/domain.xml, search for
<property name="adminConsoleDownloadLocation"
value="http://download.java.net/glassfish/v3-tp2/admingui/gfv3-preview2-final-admingui.war" />

change the value so that it points to your downloaded war: eg
<property name="adminConsoleDownloadLocation"
value="file:///myhome/gfv3-preview2-final-admingui.war" />

Then, start the server and access http://localhost:8080/admin
it should bring up the console after installation and deployment.

2.
It is preferred to use the first option above. However, if you still run into any problem, you can use CLI to deploy your downloaded war as a regular war application and access it.

glassfish/bin/asadmin deploy --contextroot=admingui /myhome/gfv3-preview2-final-admingui.war
then access it by going to
http://localhost:8080/admingui

Let us know if this works for you.
thanks
[Message sent by forum member 'anilam' (anilam)]

http://forums.java.net/jive/thread.jspa?messageID=273155