Thursday, 29 May 2014

Configuring WebSphere Portal for site analysis logging

Configuring WebSphere Portal for site analysis logging

 They need statistic on the number of logon's and pages access. By default WebSphere site analysis logging is not enable. Portal provides server side analytic's for client side analytic's we need to depend on core-metrics.

1) Open WebSphere admin console
2) In the navigation open the Resources section
3) Click Resource Environment Providers.
4) In the Resource Environment Providers
* If running standalone, select Browse nodes and select the node.
* If installed in a cluster, select Browse Clusters and select the cluster.
5) Select the service to which you want to make changes. In this case select "WP SiteAnalyzerLogService"
6) Click Custom Properties.

7) Restart the server to make the changes become effective.

Now you can see logs in sa.log under wp_profile

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...