users@glassfish.java.net

Re: Attempting To Access Admin Console Returns 404

From: <glassfish_at_javadesktop.org>
Date: Tue, 18 Sep 2007 20:45:28 PDT

I think there is some caching going on with your browser.
When you go to http://localhost:4848, the browser is probably redirecting you to http://localhost:4848/asadmin/admingui/TopFrameset which is the URL for V1. Can you see if this is the case ?
Since you specify http://localhost:4848/index.jsf, the redirect no longer happens and you are in the login page. Just as you mentioned, you can login without problem. Then when you logout, the console is trying to go to http://localhost:4848 and the caching kicks in again, and gives you the 404 error.
Clearing your browser's cache should help.
[Message sent by forum member 'anilam' (anilam)]

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