0

In the Infinispan (v. 5.1.6 final) /bin directory there are scripts to start up the Infinispan.

Why there is no scripts to stop it?

Is CtrlC a legitimate way to stop Infinispan?

ronalchn
  • 12,225
  • 10
  • 51
  • 61
Jacob Nikom
  • 11
  • 1
  • 3

1 Answers1

0

There's no actual remote command to stop the cache (for security reasons), so it doesn't make sense having a script for it. Control+C would be the way to stop the standalone Infinispan server.

Galder ZamarreƱo
  • 5,027
  • 2
  • 26
  • 34