0
votes

I've done the hello-world on frascati platfrom and I've run it from cmd.

I've also done the hello-world for Google App Engine, deployed it and run it.

But how can I deploy a frascati app in GAE?

How do I pack the whole frascati platform with the app as a WAR?

1

1 Answers

0
votes

Perhaps this?

http://websvn.ow2.org/filedetails.php?repname=frascati&path=%2Ftrunk%2Fexamples%2Ffrascati-in-the-cloud%2FGoogle+App+Engine%2FREADME.txt

$ mvn clean install

$ cp jars/* target/frascati-gae-1.5-SNAPSHOT/WEB-INF/lib/

$ /appengine-java-sdk-1.5.4/bin/appcfg.sh update target/frascati-gae-1.5-SNAPSHOT