[appengine-java] .jsp pages show errors?

2011-12-04 Thread hacktheapp
Putting .jsp files under the /war directory has worked fine until some point but it just stopped working. By that, I mean when I want to access to whatever my appspot.com/test.jsp file, I get the following error message: Error: Server ErrorThe server encountered an error and could not complete

[appengine-java] Newbie.... using Android.jar in GAE

2011-12-04 Thread Gavin Payne
Hi Gang.. I want to get access to NDEF class and features for NFC. These are all part of Android.jar I have added the jar to my project.. and all my code is compiling correctly. But it will not run.. I am getting some errors from the android lib... I'm guessing there is some problem using

Re: [appengine-java] .jsp pages show errors?

2011-12-04 Thread Felipe Teixeira
You need, set your JRE library to JRE in JDK instalation Follow , preferences, edit you library JRE location ,to ../your_jdk_instalation/java_1.xx/jre , And your project works again. 2011/12/3 hacktheapp hs...@cornell.edu Putting .jsp files under the /war directory has worked fine until some

[appengine-java] blob api generated url does not redirect properly

2011-12-04 Thread aedevel
hi all, Im having this problem with uploading blobs to the datastore. the upload form submits and the blob is stored in the datastore but the handler is never called. instead the browser redirects to https://www.google.com/accounts/ServiceLogin. the application uses google accounts api