[appengine-java] Re: Creating Folder/Directory at Runtime

2010-10-01 Thread jr
Thank you for the quick response. However it is said that files in WAR are accessible to the application via the filesystem. Does that mean that I can create a directory at runtime in the /war directory? Or the statement means another thing? I wish to create a directory at runtime so I can create

Re: [appengine-java] Re: Creating Folder/Directory at Runtime

2010-10-01 Thread andy stevko
I don't see how this could work without updating the deployed image. What I mean is that if one deployed instance was able to create the directory or alter any of the files in the deployed image, none of these changes are replicated to other deployed instances. Perhaps you can script the file