Using the graylog-web-1.1.6-1.noarch.rpm, maybe earlier versions have this bug also.
Setting the parameter JAVA to something like /opt/java/bin/java in /etc/sysconfig/graylog-web has no effect. The Javaversion to use is detected in /usr/share/graylog-web/bin/graylog-web-interface in the function get_java_cmd. This function only checks for the environment-variable JAVA_HOME.
A workaround for this issue is to add the following line to /etc/sysconfig/graylog-web:
Using the
graylog-web-1.1.6-1.noarch.rpm
, maybe earlier versions have this bug also.Setting the parameter
JAVA
to something like/opt/java/bin/java
in/etc/sysconfig/graylog-web
has no effect. The Javaversion to use is detected in/usr/share/graylog-web/bin/graylog-web-interface
in the functionget_java_cmd
. This function only checks for the environment-variableJAVA_HOME
.A workaround for this issue is to add the following line to
/etc/sysconfig/graylog-web
: