If you want to send over what you've done I've got a live account I'd be willing to test it on.
Al. --- * Written an Android App? - List it at http://andappstore.com/ * ====== Funky Android Limited is registered in England & Wales with the company number 6741909. The registered head office is Kemp House, 152-160 City Road, London, EC1V 2NX, UK. The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or it's subsidiaries. -----Original Message----- From: Don Brown [mailto:mr...@twdata.org] Sent: 09 April 2009 15:31 To: Struts Developers List Subject: Google App Engine support? Has anyone tried or, better yet, succeeded in getting Struts 2 to run on Google App Engine? While waiting for an account, I did get the showcase with 2.1.6 to run in the sdk. The only sticking point was the security manager that ognl uses. Since the security manager is used by GAE to lock down Java, the custom OGNL permissions are obviously not granted, so to disable OGNL's little checks, I created an servlet context listener that just sets OgnlRuntime.setSecurityManager(null), which seems to do the trick. >From what I hear, deploying on the real thing is still different than the sdk, so I don't know if it runs for real. Don --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org