diff options
author | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-10-16 02:48:48 -0400 |
---|---|---|
committer | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-10-16 02:48:48 -0400 |
commit | 9d057da4858e2c67c48a108bbccf0bf040b34cac (patch) | |
tree | bf48a22d8015a720f87485891a09b8492623dcb0 /rubbos/rubbos_scripts | |
parent | 1a98e2b96a78331cdf5189e54e4c9c8f18a73ae8 (diff) |
Can not find servlet api
JIRA: BOTTLENECK-28
Change-Id: I7789ac62d79bad3ae331a88208b8cef275f108d0
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/rubbos_scripts')
-rwxr-xr-x | rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh | 4 |
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 |