It would be easy enough to do by writing a custom javax.servlet.Filter. You 
would map your Filter to "*.do" in web.xml.

Alternatively you could configure a JDBC appender in log4j for 
"org.apache.struts.action.RequestProcessor" at level "debug" although you might 
find a bit too much junk is being logged. 
(http://logging.apache.org/log4j/docs/api/org/apache/log4j/jdbc/JDBCAppender.html)


-----Original Message-----
From: Søren Blidorf [mailto:[EMAIL PROTECTED] 
Sent: 21 November 2006 13:19
To: user@struts.apache.org
Subject: Logging to db

Hi.

I what to log every user action on my application and save it in my sql
db.

Is there a build in function in STRUTS for that?

BR

Soren, DK



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to