dev@glassfish.java.net

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

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Thu, 30 Apr 2009 10:08:09 -0700

On 04/30/09 06:47 AM, Ken Paulsen wrote:
>
> 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.

Can we have the initial request that causes the admingui to be loaded
and installed return a
response code other than 200?

See my comments at
https://glassfish.dev.java.net/servlets/ReadMsg?list=dev&msgNo=11696
("http://localhost:4848/testwebapp returns 200 immediately and 404")

Thanks,

Jan

>
> 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>