Hi,

we'd like to download the appengine logs of our application to a separate 
machine that doesn't have the application's development environment 
available. We develop on workstations but the log download and analysis 
should run on one of our servers, automatically, i.e. there's no source tree 
(and I'd like to keep it that way).

The way I found so far is this:
* install appengine sdk on the server
* create a directory structure such as "app/WEB-INF/" somewhere
* place application's web.xml and appengine-web.xml in resulting WEB-INF dir
* run appcfg.sh as documented, pointing to above dir

Works for me, but took me a while to figure out. What I'd like to know is 
whether there is either a better way to do this, or what the shortcomings of 
my approach would be.

Thanks!
h.


-- 
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