Monday, November 16, 2015

JBOSS domain and server group test

in first machine:
domain.bat --host-config=host-master.xml -b dwei-dt -bmanagement dwei-dt
second machine:
domain.bat --host-config=host-slave.xml

Tuesday, November 10, 2015

print the query been run and parameters been passed in in MyBatis

1) create a logger with package name of the sqlmap with DEBUG level
2) link it to the handler like console or file
3) this was verified from JBOSS server side logging configuration

Monday, November 9, 2015

enable application logging in JBOSS EAP 6

1) remove any loggin configuration file in application's class path(like two in class folder of axis2)
2) config logger in admin-console