Hi,
The init.d start up script which is being distributed by many, is having the
following test:
# Source function library.
if [ -x /etc/rc.d/init.d/functions ]; then
. /etc/rc.d/init.d/functions
fi
That will not work correctly on RHEL as on RHEL this file is read only (not
executable).
Was a
Hello,
> On 26. Mar 2018, at 4:41 PM, Coty Sutherland wrote:
> This list (dev@tomcat) isn't the best place to get help with distro
> specific tomcat packages as the tomcat community is upstream from
> those distributions. For future reference, please file a bug in the
> tracker used by the offend