Hi,

I'm writing an integration test.  I'd like to start the dev app server
in the same process as my test.  What's the best way to do that?

I've tried this:
KickStart.main(new String[]
{"com.google.appengine.tools.development.DevAppServerMain", "--port="
+ PORT, "--address=" + HOST, "war" });
but it seems to start the dev app server in another process.

Thanks,
Nige

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to