[appengine-java] Re: ClassCastException blues

2009-09-18 Thread Jayson Falkner
is handling this in a > compatible manner between the test environment provided by the plugin > versus production.  So, I'm not sure what to change by your comment on > "include".  I did miss the try/catch there...I'll try that next. > Thanks, J > > On Sep

[appengine-java] Re: ClassCastException blues

2009-09-18 Thread Jayson Falkner
You could catch this exception to find out more about it; however, I think you just need to use the normal Servlet RequestDispatcher instead of Apache's specific implementation. e.g. request.getRequestDispatcher().include(request, response); Note that the JSP/Servlet spec doesn't require Apache

[appengine-java] Re: How to upload larger than than 1M size file

2009-08-27 Thread Jayson Falkner
Did you check that you can do this? Google imposes size limits on HTTP requests and uploads. You might have to be more clever when uploading larger files. Jayson 2009/8/27 Shawn : > > Any one can help me to resovle this problem? > > On 8月27日, 下午3时38分, Shawn wrote: >> Hi,all. >> >> How to