dev@glassfish.java.net

Re: What is the correct way to start admin console?

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Thu, 30 Apr 2009 06:47:42 -0700

http://localhost:4848 is the correct URL.

The "wait screen" is shown when you first access :4848, regardless of
the path you request. This is due to the fact that we are installing
the admin console on demand (so that it takes up 0 processing time / RAM
until it is used). Once the application is installed and loaded, it can
check your request to see if it is valid. It was not valid, so it
returned a 404.

We can improve the look of that 404 page, perhaps with a valid link so
that you can get where you wanted to go.

Thanks,

Ken

Vivek Pandey wrote:
> On b47, I start the server and then access:
>
> http://localhost:4848/admin
>
> It shows the page loading, keeps doing it and then gives 404.
>
> Accessing http://localhost:4848/ shows me the admin console correctly.
>
> am I not supposed to access http://localhost:4848/admin? Whats the
> difference from http://localhost:4848/? Different contexts for admin
> console?
>
> Getting 404 after showing wait screen is a bug regardless.
>
> -vivek.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>