EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  custom servlet in web services

    Posted Sat May 16, 2015 03:06 PM

    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


  • 2.  Re: custom servlet in web services

    Posted Tue May 26, 2015 06:09 AM

    I think you can add it. As my test, when generate or re-generate the web project, the custom code in web.xml will not be overwrited

    JoshuaLyn