I have a play application which uses Quartz scheduler and I am trying to set UI monitoring for the scheduled jobs.
I'm running the application server using sbt - > start
I was able to deploy jwatch (Quartz monitor) on a different tomcat server but i would like to integrate the .war file jwatch supplies in the same server play framework uses.
How can it be done ?