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 <static-files> so they aren't served by default by our optimized static content servers. See our docs on static and resource files<http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files> . On Wed, Aug 19, 2009 at 6:55 AM, tetsujin1979 <[email protected]>wrote:
> > 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 <[email protected]> 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 the instructions here - > http://www.gnu.org/software/qexo/simple-xquery-webapp.html > > > > This runs fine on tomcat, but when I've tried to run the same web app > > on the GAE, any request just returns the raw xquery page, with no > > processing done. > > > > According to this page - > http://www.gnu.org/software/kawa/server/auto-servlet.html > > - "KawaPageServlet automatically compiles a script into a Java class. > > The class is internal to the server, and is not written out to disk" > > so could it be that the class is not getting compiled? > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
