nope, your tomcat failed to start
<code>
SEVERE: Exception sending context initialized event to listener instance of class org.activiti.explorer.servlet.WebConfigurer
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'demoDataConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: protected org.activiti.engine.IdentityService org.activiti.explorer.conf.DemoDataConfiguration.identityService; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'processEngine' defined in class path resource [activiti-custom-context.xml]:
Cannot resolve reference to bean 'processEngineConfiguration' while setting bean property 'processEngineConfiguration'; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'processEngineConfiguration' defined in class path resource [activiti-custom-context.xml]:
Cannot create inner bean 'org.activiti.ldap.LDAPConfigurator#69c01e7e' of type [org.activiti.ldap.LDAPConfigurator] while setting bean property 'configurators' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'org.activiti.ldap.LDAPConfigurator#69c01e7e' defined in class path resource [activiti-custom-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'userEmployeenumberAttribute' of bean class [org.activiti.ldap.LDAPConfigurator]: Bean property 'userEmployeenumberAttribute' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
</code>
tomcat failed to initialize processEngine bean due to LDAPConfigurator error