Open edimusrex opened 5 years ago
Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details
here you have the error... one of the jars comes with gretty so you don't have the problems when running standaalone i think
See https://github.com/gretty-gradle-plugin/gretty/issues/112
I am having an issue running my webapp with in gretty. I am using the following configuration
I get the following errors when I run it
What's strange is that I can run the web app in a standalone tomcat instance (I've ensured that the tomcat version and servlet are the same).
The gretty plug in works fine for another webapp of mine so I assume it's an issue with the actual webapp its self yet I have no clue where to begin to find the root of the problem, since it's working in the standalone tomcat instance it makes this task that much harder.