Embedded WildFly server: how to catch exceptions and display log message -


we've created embedded wildfly server embeddedprocessfactory.createstandaloneserver(...), exceptions happen in server eaten (they go /dev/null?), without stacktraces in console, it's hard figure out line causing them.

how can capture exceptions , or log messages thrown embedded wildfly server?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -