Commit 2acd30ed authored by Carlos Alexandro Becker's avatar Carlos Alexandro Becker
Browse files

fixing issue with solr in jboss start

parent 9b1c64d7
......@@ -69,9 +69,10 @@ ecmclean() {
# start jboss server
ecmstart() {
# why shall I start server if i just gen a installer?
if [[ "$INSTALLER" == "y" ]]; then
if [[ "$INSTALLER" == "n" ]]; then
echo "starting jboss"
JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=512m -DzkRun -Dbootstrap_conf=true" $ECM_JBOSS/bin/standalone.sh
cd $ECM_JBOSS/bin
JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=512m -DzkRun -Dbootstrap_conf=true" ./standalone.sh
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment