Any ideas on how I might check that Alfresco has completed its initialization after starting Tomcat? I had in mind some sort of script or application, but I don't know what to check.
Initialization takes approx 5 minutes and it would save repeatedly checking the alfresco.log file.
I'm running on Windows Server 2008 and using Alfresco Community 4.2.c
simplest method: Make a ReST call on any GET ReST API web script you know has to succed - once a result is returned, Alfresco has completed starting up or failed to do so, when the result contains an error code.