0

An Alfresco manual contains this instruction:

Restart the subsystem.

I didn't even know it was possible to restart just a subsystem without restarting the whole Alfresco.

How to do?

Nicolas Raoul
  • 1,334
  • 7
  • 22
  • 43

1 Answers1

2

As you're on Enterprise, you can stop and start subsystems through JMX

If you've not worked with JMX before, then the Alfresco wiki has quite a bit of information on it, and the Enterprise Documentation covers it too, including a guide to using JConsole.

(You can also start and stop subsystems via code, if you need to do it programatically, the relevant code is in the org.alfresco.repo.management.subsystems package)

Gagravarr
  • 737
  • 3
  • 7
  • 21