[appengine-java] Re: Administration Console Custom Pages

2010-06-23 Thread l.denardo
I think you're missing the security constraint on the page in web.xml



/adminboard


admin



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.

Regards
Lorenzo

On Jun 22, 4:05 pm, WillNa  wrote:
> Hello,
>
> I'm trying to add an admin page to the admin console, 
> followinghttp://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> Unfortunatly, whatever I try, nothing more is visible on /_ah/admin
>
> This is what I added to my appengine-web
> 
>         
> 
>
> and what I added to web.xml
> 
>         adminboard
>         /admin_board.jsp
>   
>
> 
>         adminboard
>         /adminboard
> 
>
> Am I missing something ?!
>
> Thanks for any hint
>
> William

-- 
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.



[appengine-java] Re: Administration Console Custom Pages

2010-06-23 Thread WillNa


On Jun 23, 10:34 am, "l.denardo"  wrote:
> I think you're missing the security constraint on the page in web.xml
>
> 
>         
>             /adminboard
>         
>         
>             admin
>         
>     



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:/_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.



[appengine-java] Re: Administration Console Custom Pages

2010-06-23 Thread l.denardo
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  wrote:
> On Jun 23, 10:34 am, "l.denardo"  wrote:
>
> > I think you're missing the security constraint on the page in web.xml
>
> > 
> >         
> >             /adminboard
> >         
> >         
> >             admin
> >         
> >     
>
> 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:/_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.