-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CODENVY-88 Setup new jvm defaults #528
Conversation
### Cannot add this in setenv.sh. | ||
### We do the port mapping here, and this gets inserted into server.xml when tomcat boots | ||
export JAVA_OPTS="${JAVA_OPTS} -Dport.http=${CHE_PORT}" | ||
export JAVA_OPTS="${JAVA_OPTS} -Dport.http=${CHE_PORT} -Dche.home=${CHE_HOME}" | ||
export SERVER_PORT=${CHE_PORT} | ||
|
||
# Launch the Che application server, passing in command line parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you changed file permissions of that file. please fix that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but 100644 → 100755
it is correct permission for .sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeap, didn't noticed. thank you @riuvshin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skabashnyuk it was OK
<destName>setenv.sh</destName> | ||
<fileMode>755</fileMode> | ||
</file> | ||
<file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I correct that after that change setenv.sh from che-lib will be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
83da708
to
191b920
Compare
… non-blocking entropy source
191b920
to
281a32b
Compare
CODENVY-88 Setup new jvm defaults
Setup jvm defaults and all java options in che.sh.
Used a non-blocking entropy source
Connected
eclipse-che/che-lib#1
#498