If they are on the AppEngine logs then a browser must of requested them. I suggest trying your site via Fiddler, or similar - basically something that allows you to observe http traffic from the browser.
On Thu, Nov 6, 2008 at 5:04 PM, jago <[EMAIL PROTECTED]> wrote: > > Hi, > > I run an my little test appengine project. There I have a Html page > hosted with an Applet embedded. However the actual Applet jar is > hosted somewhere else. > > If the user's browser fetches that HTML page the Applet jar is loaded > from an external place, so files inside the Applet-jar should not be > listed on the Appengine Dashboard. Still they are listed. > > /myapp/AppletXYZ.class etc. > > How is that even possible? > > The Appengine should not know about the jar and even less about the > files it contains. Any idea? > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
