email alert function
PostPosted:Thu Sep 15, 2011 9:00 am
by raygrrr
Sorry another question, I wonder if openkm has build in email alert function on exceptions, or I need to do it myself.
If I need to do it myself, I think there are two ways:
1. Scan server logs constantly, send email alert if found any exception message.
2. As I mainly use webservice to upload/download/search files, I guess I can setup email alert once a exception is catched.
Any advice?
Many thanks,
Ray
Re: email alert function
PostPosted:Mon Sep 19, 2011 3:36 pm
by pavila
OpenKM supports email notification. This means when an user subscribe to a folder or document, modifications are sent to this user. This way he can be informed about new documents or modifications.
If you want to be notified when an exception is thrown, this can be done editing JBoss Log4j configuration file. This file is located at $JBOSS_HOME/server/default/conf/jboss-log4j.xml. Take a look at SMTP appender.
Re: email alert function
PostPosted:Tue Sep 20, 2011 9:55 am
by raygrrr
pavila wrote:OpenKM supports email notification. This means when an user subscribe to a folder or document, modifications are sent to this user. This way he can be informed about new documents or modifications.
If you want to be notified when an exception is thrown, this can be done editing JBoss Log4j configuration file. This file is located at $JBOSS_HOME/server/default/conf/jboss-log4j.xml. Take a look at SMTP appender.
Thanks, found it, it is here right:
http://wiki.openkm.com/index.php/Debugging_OpenKM 
Re: email alert function
PostPosted:Fri Sep 23, 2011 3:41 pm
by jllort
Yes it's there.