Hi jago, To make sure I understand, you want to serve the jar files from your app, rather than import them. In that case, these would be treated like any other static file:
http://code.google.com/appengine/docs/java/gettingstarted/staticfiles.html For example, I put a jar file under the war directory and was able to download it from localhost:8080/jar_file_name.jar Thank you, Jeff On Fri, Apr 17, 2009 at 9:03 AM, jago <[email protected]> wrote: > > Hi, > > I have many jar files in subfolders of appfolder/folder > > What do I have to write in the app.yaml to serve those files > statically? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
