I would like to implement a Java Quartz scheduler in my web services application.
The best way to start the quartz scheduler in a web application (according to the Quartz documentation) is to add a "listener" tag to the web.xml file.
The web.xml file in a web service project is created by the project itself.
Is it possible to add custom code to the web.xml file in an egl web service application?
Kind regards,
Bram
Bram_Callewaert