There are two types of services that are part of AEM forms:
AEM forms modules (for example, Forms, Rights Management, Output) operate as services. At times, you may need to stop or start the services for these AEM forms modules. For example, you must stop and then restart a AEM forms service after you change a setting for the service.
A complete implementation of AEM forms includes an application server and database services:
[application server]
for AEM forms[database]
for AEM formsOn Windows, these services are accessible through the Administrative Tools > Services panel. For example, if you installed AEM forms on JBoss by using the turnkey method, the following services are available on your system:
Start or stop these services by selecting them from the list on the Services panel and then clicking the appropriate action button on the panel.
On UNIX® or Linux, enter the following text from a command line, where [service name]
is the name of the service you are verifying:
ps -A | grep [service name]