You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/02/13 12:22:42 UTC

git commit: refs/heads/master - usage: Fix classpath issue for usage server

Updated Branches:
  refs/heads/master 7401b06cb -> 8234dfa54


usage: Fix classpath issue for usage server

Signed-off-by: Rohit Yadav <bh...@apache.org>


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/master
Commit: 8234dfa544625cd300559a7380fee7e9828870f8
Parents: 7401b06
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Feb 13 16:51:48 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
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>