Troubleshooting deployment issues
DEBUG
log level. If necessary, enable the
ALL
log level to turn on all
logging.For JBoss Application Server deployments, modify the nexj category priority value in the log4j.xml configuration file, which located in the %JBOSS_HOME%\server\projectdir\conf directory. The generated log files are located in the %JBOSS_HOME%\server\projectdir\log directory.
For WebSphere Application Server deployments, set the
detail levels in the Integrated Solutions Console, Logging and
Tracing/server/Diagnostic Trace Service/Change Log
Detail Levels, for example, nexj.*=fine
. The log level
mapping to WebSphere is: FATAL->FATAL, ERROR->SEVERE,
WARN->WARNING->, INFO->INFO, DEBUG->FINE, DUMP->FINEST. The
log files can be found under
%WAS_ROOT%\profiles\profile\logs. The NexJ log
messages are under server\trace.log.