[appengine-java] Invoking another GAE Restful service in one GAE app

2009-12-08 Thread Featheast Lee
I have encountered this problem in my project. I got two applications, one is an GAE Java, another is normal Java app. The normal Java app will provide Restful web service to invoke. Now I would like to invoke those web services in one of my GAE app's servlet. The working process is like: I

[appengine-java] Problems with sending Https request to other applications

2010-01-18 Thread Featheast Lee
Now I am running two applications, one is on the GAE platform and another is a normal java app. What I need to do is send a https request from the GAE app to the normal java app. The certificates I have alerady self-signed and generated by Keytools, and also added to the jre of GAE app. However,

[appengine-java] Errors after updating to 1.3.2

2010-03-30 Thread Featheast Lee
I have updated my app engine to 1.3.2 a couple of days ago, and it runs well on the cloud. Today, when I trying to some testing on my local machine, an exception throws out whenever I try to use the PMF code: PersistenceManager pm = PMF.get().getPersistenceManager(); Basically the

[appengine-java] Re: Errors after updating to 1.3.2

2010-03-30 Thread Featheast Lee
I tried to do what you mentioned here, but seems no lucky. On Mar 31, 1:21 pm, John Patterson jdpatter...@gmail.com wrote: Looks like you have a class path problem.  Do you have different   versions of the app engine jars in your WEB-INF/lib dir? On 31 Mar 2010, at 09:18, Featheast Lee wrote

[appengine-java] Is there anyway to set The Request Timer less than 30 seconds

2010-04-16 Thread Featheast Lee
The Request Timer limits a request's time to 30 seconds, however in my situation, I'd like to reduce the time, say only 5 seconds. Is there any method to achieve this? The reason I want to do this is because I seldom see a request cost more than 5 seconds, however if there is one, it must be the

[appengine-java] How to export logs details

2010-11-18 Thread Featheast Lee
Hi All, I would like to ask a question about how to export logs from App Engine server. Currently, in http://code.google.com/appengine/docs/java/tools/uploadinganapp.html there is a way to download the logs. However, after I followed the steps within, it seems the txt file will only record the