Hi,
I just found annoying bug from my bootstrap.groovy. If I did a mistake for example, like undeclared variable, the apps keep running and then when I tried to access the apps from web it will display
HTTP Status 404 -
type Status report
message
description The requested resource () is not available. Apache Tomcat/6.0-snapshot
in the console there is no error messages appear ... so it makes confuse. suppose I edit 10 bootstrap and in one of them I did make a mistakes, it would become so difficult to find that little bug.
any idea how to solve this problem ? is it a tips to display those errors ?