usage: Fix classpath issue for usage server Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8234dfa5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8234dfa5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8234dfa5 Branch: refs/heads/qemu-img Commit: 8234dfa544625cd300559a7380fee7e9828870f8 Parents: 7401b06 Author: Rohit Yadav <[email protected]> Authored: Wed Feb 13 16:51:48 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 13 16:51:48 2013 +0530 ---------------------------------------------------------------------- usage/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8234dfa5/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index 4e418ec..bf2001b 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -166,8 +166,8 @@ <arguments/> <systemProperties> <systemProperty> - <key>pid</key> - <value>$$</value> + <key>catalina.home</key> + <value>${project.parent.basedir}/utils</value> </systemProperty> </systemProperties> </configuration>
