[appengine-java] How can I front GAE's Jetty with Apache/mod_jk?

2010-07-28 Thread broc.seib
Note: I only wish to do this during development in Eclipse; I do not need it in production on GAE. I want to use my existing apache + mod_jk frontend to direct some of its traffic to my development environment. My apache frontend has a real SSL certificate, and I am debugging some code for an exte

[appengine-java] auth-constraint for "admin" not working?

2010-08-30 Thread broc.seib
I have a page "admin.html" setup with a security restraint for "admin", which looks like this in my web.xml: /admin.html admin The documentation says, "If the constraint specifies a user role of admin, then only registered deve

[appengine-java] Re: auth-constraint for "admin" not working?

2010-08-30 Thread broc.seib
Can someone confirm? -broc On Aug 30, 11:08 am, "broc.seib" wrote: > I have a page "admin.html" setup with a security restraint for > "admin", which looks like this in my web.xml: > >     >         >             /admin.html >         >

[appengine-java] Re: auth-constraint for "admin" not working?

2010-08-30 Thread broc.seib
I just filed a bug report. You can "vote" for it by starring it here: http://code.google.com/p/googleappengine/issues/detail?id=3653 On Aug 30, 11:30 am, "broc.seib" wrote: > Additional information: > > I just deployed the exact same app to my "vanilla"