diff --git a/distro/contents/scripts/load-env b/distro/contents/scripts/load-env index 05c8dd9..c964d10 100644 --- a/distro/contents/scripts/load-env +++ b/distro/contents/scripts/load-env @@ -4,4 +4,4 @@ if [ -z "$CATALINA_HOME" ]; then exit 1 fi -export CLASSPATH="$CATALINA_HOME/lib/*" \ No newline at end of file +export CLASSPATH=$CLASSPATH:"$CATALINA_HOME/lib/*" \ No newline at end of file