You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2013/12/19 07:25:21 UTC

[09/12] git commit: update classpath for ui in storm.cmd so Storm UI works properly on Windows

update classpath for ui in storm.cmd so Storm UI works properly on Windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/b7db9fbd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/b7db9fbd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/b7db9fbd

Branch: refs/heads/master
Commit: b7db9fbdd3f3e1894f9c828b16791f77ef69cf83
Parents: a0c2ec7
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Dec 16 16:38:20 2013 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Dec 16 16:38:20 2013 -0500

----------------------------------------------------------------------
 bin/storm.cmd | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/b7db9fbd/bin/storm.cmd
----------------------------------------------------------------------
diff --git a/bin/storm.cmd b/bin/storm.cmd
index 951ff5e..890c2f7 100644
--- a/bin/storm.cmd
+++ b/bin/storm.cmd
@@ -134,6 +134,7 @@
 
 :ui
   set CLASS=backtype.storm.ui.core
+  set CLASSPATH=%CLASSPATH%;%STORM_HOME%
   set STORM_OPTS=%STORM_SERVER_OPTS% %STORM_OPTS%
   goto :eof