Re: [appengine-java] Change datastore filename on dev server?

2009-12-02 Thread Toby Reyelts
Hey James, You can set the file that the datastore uses with the system property, datastore.backing_store. For example, dev_appserver.sh --jvm_flag=-Ddatastore.backing_store=c:\my_project_datastore.blob my_project\war On Sat, Nov 21, 2009 at 12:02 PM, James Cooper

[appengine-java] Change datastore filename on dev server?

2009-11-21 Thread James Cooper
Hi, I'm running the GAE/J dev server via a maven build. It appears that it rebuilds the target/[project name] directory each build, which deletes the WEB-INF directory. Consequently my local datastore is deleted each time I do a build and restart my dev server. Is there a flag I can pass the