Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
2acd30ed
Commit
2acd30ed
authored
Nov 21, 2012
by
Carlos Alexandro Becker
Browse files
fixing issue with solr in jboss start
parent
9b1c64d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
custom/totvs.zsh
View file @
2acd30ed
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment