On startup I get this one very non-descriptive log message telling me something went wrong on startup of my Spring-application:
W exception.occurred.while.running.ServletContainerInitializers.onStartup
org.springframework.web.SpringServletContainerInitializer@81337783
web-app-name
And no trace of the exception anywhere. I've tried lots of tweaks in properties and server definition with no luck on getting Websphere to tell me what exception was thrown. That would a least give a hint of what is wrong with the app (possibly a bad or missing lib).
Is there a way of getting it to tell me more of what happened? And why is it so hard to get this piece of software to be a bit more informative?
I know of trace.log, but how do I tweak the settings so I get exactly the info I need and not tons of useless logs?