The stop script should always work even if the default user / password / host
has been changed
----------------------------------------------------------------------------------------------
Key: FELIX-1970
URL: https://issues.apache.org/jira/browse/FELIX-1970
Project: Felix
Issue Type: Bug
Components: Karaf
Reporter: Guillaume Nodet
Using the ssh connection to stop karaf from the stop script leads to
configuration problems if the default user / password or host for the ssh
connection has been changed. Furthermore, we can imagine disabling the ssh
server and there would be no way to stop karaf ...
I'm planning use the same mechanism as tomcat do, i.e. create a socket bound on
localhost (so that it can't be accessed from another computer) and put the
socket number in a file or something like that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.