i did try that, but resulted in NPE:
log4j:WARN No appenders could be found for logger (StackTrace).
log4j:WARN Please initialize the log4j system properly.
Server aborted
javax.servlet.ServletException: Could not start Tomcat
at…
i followed the instructions from the wiki (except i am using grails 1.2-M2 version). the problem about stacktrace.log is the same as posted on this thread. i don't think logging mechanism has changed that much from 1.1.x. perhaps ill try…
I've been trying to deploy my Grails app as well but to no avail. Same stacktrace.log permission error. I tried setting this file to null but as expected threw a null pointer exception.
Can't figure out also how to set in Config.groovy to…