commit | 9c9f8ba67d3fa08a519d0af495d54ad38ce285a6 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Jun 12 11:48:31 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jun 12 11:48:31 2009 -0700 |
tree | 8bd28b848228016efddb87f88943a73d526d926f | |
parent | 4bca2c4d02556f3e44ffe957cf2efea756a3a99d [diff] |
Allow running not within a WAR By setting -DExecutable-War-Package=blah on the JVM arguments we can support launching code from the ExecutableWarMain without unpacking it from the WAR file to local disk. This is handy if you are trying to run the code through an IDE debugger. Signed-off-by: Shawn O. Pearce <sop@google.com>