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
  • Thanks for your help sunny. I have determined that the connection to the email server is failing due to authentication issues. Even though I have the startttls set to true in the file, the log always shows isSSL as false. I believe that is my problem. I know you can't use ssl to send mail so I connect to aspmx.l.google.com in the custom.properties and I can send mail from appian. But how do I get the isSSL value set to true in the ejb-jar.xml?
Reply
  • Thanks for your help sunny. I have determined that the connection to the email server is failing due to authentication issues. Even though I have the startttls set to true in the file, the log always shows isSSL as false. I believe that is my problem. I know you can't use ssl to send mail so I connect to aspmx.l.google.com in the custom.properties and I can send mail from appian. But how do I get the isSSL value set to true in the ejb-jar.xml?
Children
No Data