[appengine-java] Re: Kawa servlet

2009-08-21 Thread Toby Reyelts
This is a known problem with the dev_appserver that we're working on. (Classes loaded by custom classloaders aren't granted the appropriate permissions). Unfortunately, there's not a workaround for this, and you'll need to test against our production servers. On Fri, Aug 21, 2009 at 9:31 AM, tetsu

[appengine-java] Re: Kawa servlet

2009-08-21 Thread tetsujin1979
Thank you, I double checked the web.xml and the xquery scripts are being passed to the KawaPageServlet class: KawaPageServlet gnu.kawa.servlet.KawaPageServlet KawaPageServlet *.xquery I've added the scripts to the appengine-web.xml file with the following:

[appengine-java] Re: Kawa servlet

2009-08-20 Thread Toby Reyelts
Can you double check your servlet mappings and make sure they are correct? Also, you'll need to modify your appengine-web.xml to exclude your scripts from so they aren't served by default by our optimized static content servers. See our docs on static and resource files

[appengine-java] Re: Kawa servlet

2009-08-19 Thread tetsujin1979
sorry, I should have added that I've checked for this on the "Will it run on GAE" page, and it's not listed On Aug 19, 11:54 am, tetsujin1979 wrote: > Hi, I have a Kawa -http://www.gnu.org/software/kawa/- based servlet > that uses XQuery to query some xml documents to produce an output, > using