users@glassfish.java.net

Re: Glassfish v3 on Windows not compiling JSP/JSF for admingui

From: Ed Burns <Ed.Burns_at_Sun.COM>
Date: Tue, 29 Dec 2009 09:40:55 -0500

On 12/28/09 5:37 AM, Dominik Dorn wrote:
> Please make sure:
> - you are really using a JDK and not a JRE
> - the user glassfish is running on has write permissions to the
> document root / glassfish folder and all sub folders
>
>
>
> On Sun, Dec 27, 2009 at 3:26 PM, <glassfish_at_javadesktop.org
> <mailto:glassfish_at_javadesktop.org>> wrote:
>
> Hi All,
>
> I have a problem on a Windows machine (XP SP3) with GF v3 running on
> Java 1.6 update 17. After a fresh installation (I have tried both
> the Windows installer, as well as the zip distribution), the admin
> console starts loading, and eventually finishes with an error page
> containing "HTTP Status 404 - /common/index.jsf not found". If I
> look in the sub-directory domain1\generated\jsp\__admingui, it is
> empty.

I know that large portions of the admingui use an alternate view
declaration technology called JSFTemplating. This would explain the
lack of compiled JSP pages.

Ed