The eventConfigureTomcat is not invoked in Grails 2.3. How to config tomcat in grails 2.3 development environment?

后端 未结 3 1806
灰色年华
灰色年华 2021-01-24 04:23

I created _Events.groovy in script directory then added code below:

eventConfigureTomcat = {tomcat ->
    println \"Tomcat.......................         


        
3条回答
  •  日久生厌
    2021-01-24 05:15

    I tested the issue with Grails 2.3.4 version and still exist. You should disable forked mode to work properly.

    You can check my _Events.groovy file.

提交回复
热议问题