Sorry, I didn't get you were working locally...
They don't appear in the development server, but they should appear
correctly in production.

In the dev server you must access them directly with their URL (admin
access restriction instead is correctly emulated).

regards
Lorenzo

On Jun 23, 4:47 pm, WillNa <[email protected]> wrote:
> On Jun 23, 10:34 am, "l.denardo" <[email protected]> wrote:
>
> > I think you're missing the security constraint on the page in web.xml
>
> > <security-constraint>
> >         <web-resource-collection>
> >             <url-pattern>/adminboard</url-pattern>
> >         </web-resource-collection>
> >         <auth-constraint>
> >             <role-name>admin</role-name>
> >         </auth-constraint>
> >     </security-constraint>
>
> sorry, I forgot to tell you I already add these lines on web.xml
> still not working
>
>
>
> > Custom console pages are, for what I understand, nothing more than a
> > handy way to access your administrator-only pages from the admin
> > console, instead of manually browsing to them.
>
> it's exactly what I want.
> it's a nonsense to have 2 admin page : gae one and mine
> but whatever I do,http://localhost:8888/_ah/admin/always shows the 4
> standard admin pages
>
> perhaps it only doesn't work on local ?
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to