To register the implementation, open the $APPLIMATION_HOME/webapps/applimation/WEB-INF/schedule.xml and locate the amScheduler bean entry. Update the bean entry to point to the new class implementation.
For example:
<bean id ="amScheduler" class="com.applimation.schedule.quartz.impl.AMQuartzSchedulerImpl" singleton="true"> <property name="configFile" value="quartz.properties" />
</bean>