On Jun 23, 10:34 am, "l.denardo" <lorenzo.dena...@gmail.com> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to