summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhongbotian <hongbo.tianhongbo@huawei.com>2015-10-16 02:48:48 -0400
committerhongbotian <hongbo.tianhongbo@huawei.com>2015-10-16 02:48:48 -0400
commit9d057da4858e2c67c48a108bbccf0bf040b34cac (patch)
treebf48a22d8015a720f87485891a09b8492623dcb0
parent1a98e2b96a78331cdf5189e54e4c9c8f18a73ae8 (diff)
Can not find servlet api
JIRA: BOTTLENECK-28 Change-Id: I7789ac62d79bad3ae331a88208b8cef275f108d0 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
-rwxr-xr-xrubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh b/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
index df5c5f40..0b04f994 100755
--- a/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
+++ b/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
@@ -83,5 +83,9 @@ MYSQL_ERR_LOG=$MYSQL_HOME/data/mysql.log
MYSQL_PID_FILE=$MYSQL_HOME/run/mysqld.pid
+CLASSPATH=$CLASSPATH:$JONAS_ROOT/bin/unix/registry:$JAVA_HOME:$JAVA_HOME/lib/tools.jar:$SERVLET_API_PATH:.
+
+PATH=$JAVA_HOME/bin:$JONAS_ROOT/bin/unix:$ANT_HOME/bin:$CATALINA_HOME/bin:$PATH
+
set +o allexport