Check is AEM Server is Up
Hi,
Is there a way to identify if the server startup is complete ?
I need to perform this as part of an env creation script, before the code can be deployed.
AEM version : 5.6.1
Thanks.
Hi,
Is there a way to identify if the server startup is complete ?
I need to perform this as part of an env creation script, before the code can be deployed.
AEM version : 5.6.1
Thanks.
Hi,
if you can parse the logs then you could look for the two messages below in either stdout.log or error.log
stdout.log 09.08.2016 08:09:53.807 *INFO * [main] Startup completed
error.log 09.08.2016 08:09:53.806 *INFO* [main] org.apache.felix.framework BundleEvent STARTED
Regards,
Opkar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.