Hi,

Did you configure the static / resource files: see
http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files

that could be the cause.

regards

didier

On Feb 28, 12:45 pm, 王宇辉 <yuhui.w...@gmail.com> wrote:
> Hi guys,
>
> I created a folder "download" under "war", then deployed it to the server,
> but can't find the folder in the server, I tried to enum the folders under
> "war" by code, and found only the "download" folder has disappeared.
>
> the code I used is:
>
>    File fileDownload = new File("");
>
> String[] files = fileDownload.list();
>
> for (int i = 0;i < files.length;i ++) {
>
>     logger.info(files[i]);
>
> }
>
> other folders like "css" are all exists, except the "download" folder.
>
> can anyone tell me why?
>
> --
> Best regards,
> Yuhui
>
>  Screen shot 2011-02-28 at 5.38.40 PM.png
> 8KViewDownload

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to