WebSphere Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows


 

Implementing PageView logging

To implement Web usage logging, insert a PageView bean into your JSP. For example:
<jsp:useBean class="com.ibm.wcp.analysis.beans.PageView"; id="pageView" scope="session"; />

<%
   pageView.log( request );
%>
Parent topic: PageView beans
Library | Support | Terms of use |