Updated Branches: refs/heads/4.1 0119d2237 -> 131e20cd3
usage: Fix classpath issue for usage server Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit 8234dfa544625cd300559a7380fee7e9828870f8) 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/131e20cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/131e20cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/131e20cd Branch: refs/heads/4.1 Commit: 131e20cd3c9b81f344f974922ac51c3b0cfd55a1 Parents: 0119d22 Author: Rohit Yadav <[email protected]> Authored: Wed Feb 13 16:51:48 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 13 16:52:54 2013 +0530 ---------------------------------------------------------------------- usage/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/131e20cd/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>
