Forums

Home » Liferay Portal » English » 3. Development

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Luca kk
User Log Files in Tomcat server
October 20, 2011 1:28 AM
Answer

Luca kk

Rank: Regular Member

Posts: 230

Join Date: December 7, 2010

Recent Posts

Hi all,
is there a user log file in Tomcat server that
holds the user activities and his actions on liferay
portal?

Thanks in advance.
Jelmer Kuperus
RE: User Log Files in Tomcat server
October 20, 2011 1:35 AM
Answer

Jelmer Kuperus

Rank: Liferay Legend

Posts: 1187

Join Date: March 10, 2010

Recent Posts

I am not sure what you are looking for.

You can configure access logs in tomcat that will log all the urls the user requested

Many entities in liferay support social activity tracking A social activity feed might show that a user added a new blog entry, uploaded a new document etc

There is an audit hook, that logs various things like logins, login failures etc
Luca kk
RE: User Log Files in Tomcat server
October 20, 2011 1:47 AM
Answer

Luca kk

Rank: Regular Member

Posts: 230

Join Date: December 7, 2010

Recent Posts

Hi Jelmer,
thank you for reply.
I'm looking for a log file in tomcat_home that stores
the activities and actions (URLs visited, searched words, visited links, etc...)
of logged user.
Jelmer Kuperus
RE: User Log Files in Tomcat server
October 20, 2011 2:20 AM
Answer

Jelmer Kuperus

Rank: Liferay Legend

Posts: 1187

Join Date: March 10, 2010

Recent Posts

Then you need to configure the access log, i already included a link in my first post
Philippe CHEIPE
RE: User Log Files in Tomcat server
October 20, 2011 2:48 AM
Answer

Philippe CHEIPE

Rank: Junior Member

Posts: 61

Join Date: August 12, 2010

Recent Posts

If you need such precise information, I think that you will need to log them by yourself.

I proposed a way for doing it here