Can't help with production issue, sorry. Maybe if you post your web.xml settings we can figure out what's going on. To login as admin in production, as far as I know, you must only sign in with the Google account you use as your appengine administration account. The admin pages you set as "admin only" in your web.xml should not be accessible if you are not logged in.
For class loader, be sure to use only whitelisted classes in your app. Regards Lorenzo On Sep 21, 10:34 pm, sbaechler <[email protected]> wrote: > Hi Lorenzo > > I was finally able to login but only after I commented out a section. > I had to comment out > <user-data-contraint><transport-guarantee>CONFIDENTIAL</transport- > guarantee>... > in web.xml. After that I was able to login as administrator locally. > > I haven't been able yet to log in as administrator on the live site > though. But this time I'm getting a 404 error. The app is the Youtube > Direct Java app. The frontend is working. But I'm not even getting to > the login screen. > > The log says this: > > com.google.inject.internal.FinalizableReferenceQueue$SystemLoader > loadFinalizer: Not allowed to access system class loader. > > (and more similar things.) > > Regards > Simon > > On 20 Sep., 12:00, "l.denardo" <[email protected]> wrote: > > > Hello, > > on local server you have a fake authentication which allows simulation > > of admin login. > > If you open your front end with your browser, you should see a login > > box showing "[email protected]" as login name, with a "sign in as > > administrator" checkbox. > > > You must sign in as admin if you want to see the pages you marked as > > restricted in your web.xml. > > > No-login access is only for the local admin console (_ah/admin), but > > for anything you explicitly restrict you must sign in as > > administrator. > > > Regards > > Lorenzo > > > On Sep 18, 2:29 am, sbaechler <[email protected]> wrote: -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
