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
Ohmyzsh
Commits
2acd30ed
"vscode:/vscode.git/clone" did not exist on "b875df8970a67d02eef74f1aad0b60f42fedb356"
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() {
...
@@ -69,9 +69,10 @@ ecmclean() {
# start jboss server
# start jboss server
ecmstart
()
{
ecmstart
()
{
# why shall I start server if i just gen a installer?
# why shall I start server if i just gen a installer?
if
[[
"
$INSTALLER
"
==
"
y
"
]]
;
then
if
[[
"
$INSTALLER
"
==
"
n
"
]]
;
then
echo
"starting jboss"
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
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