Can not find servlet api 79/2579/1
authorhongbotian <hongbo.tianhongbo@huawei.com>
Fri, 16 Oct 2015 06:48:48 +0000 (02:48 -0400)
committerhongbotian <hongbo.tianhongbo@huawei.com>
Fri, 16 Oct 2015 06:48:48 +0000 (02:48 -0400)
JIRA: BOTTLENECK-28

Change-Id: I7789ac62d79bad3ae331a88208b8cef275f108d0
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh

index df5c5f4..0b04f99 100755 (executable)
@@ -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