How can I debug/trace what is occurring during the polling interval for receivin

How can I debug/trace what is occurring during the polling interval for receiving email? I have created the ejb-jar.xml using the documentation and added the debug = true command as shown but I do not know how/where to follow what is happening on each poll of the email server. I understand these logs are not written to the standard application.server log and that I need to use JBOSS console to view them, but can someone please tell me how I do this? Thank-you....

OriginalPostID-30514

OriginalPostID-30514

  Discussion posts and replies are publicly visible

Parents
  • Are you running Jboss in Windows or Linux environment?
    For windows, you have to start Jboss in foreground. i.e In a command prompt. You can view those debug statements in Jboss console.
    In linux, it is much easier. You can forward the console output in nohup.out file. Like run.sh & > nohup.out.
    This file should have all the email polling debug statements.
Reply
  • Are you running Jboss in Windows or Linux environment?
    For windows, you have to start Jboss in foreground. i.e In a command prompt. You can view those debug statements in Jboss console.
    In linux, it is much easier. You can forward the console output in nohup.out file. Like run.sh & > nohup.out.
    This file should have all the email polling debug statements.
Children
No Data