You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/10/24 20:17:20 UTC

svn commit: r328121 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml

Author: taylor
Date: Mon Oct 24 11:17:16 2005
New Revision: 328121

URL: http://svn.apache.org/viewcvs?rev=328121&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-362
Start of implementation of portal statistic component

Added:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml?rev=328121&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/statistics.xml Mon Oct 24 11:17:16 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+<!--
+    Copyright 2004 The Apache Software Foundation
+    
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<beans>
+    <!-- Statistics Implementation -->
+    <bean id="PortalStatistics" 
+          class="org.apache.jetspeed.statistics.impl.PortalStatisticsImpl">
+        <!-- enabled -->
+        <constructor-arg index="0" type="boolean">
+            <value>true</value>
+        </constructor-arg>
+        <!-- date format -->
+        <constructor-arg index="1">
+            <value>dd/MM/yyyy:hh:mm:ss z</value>
+        </constructor-arg>
+        <!-- log performance times -->
+        <constructor-arg index="2" type="boolean">
+            <value>true</value>
+        </constructor-arg>
+    </bean>
+
+</beans>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org