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