# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You 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. # -------------------------------------------------------------------- # $Rev$ $Date$ # -------------------------------------------------------------------- # Values of the properties in this list get system property expansion # applied to them when loaded. # The themes.dir property is added to make it possible for geronimo to # handle extra themes placed in the gernomimo server var dir. config.expandedProperties=uploads.dir,search.index.dir,themes.dir # Planet planet.aggregator.enabled=true roller.database.version=10.2 installation.type=auto jpa.configurationType= jpa.emf.jndi.name=RollerPU #Sets the themes dir to server var/roller-data/themes themes.dir=${org.apache.geronimo.base.dir}${file.separator}var${file.separator}roller-data${file.separator}themes #Sets the uplodads dir to server var/roller-data/uploads uploads.dir=${org.apache.geronimo.base.dir}${file.separator}var${file.separator}roller-data${file.separator}uploads #Sets the search index dir to server var/roller-data/search-index search.index.dir=${org.apache.geronimo.base.dir}${file.separator}var${file.separator}roller-data${file.separator}search-index ### #site.frontpage.weblog.handle=admin # Comma separated list of task classnames to be executed hourly tasks.hourly=org.apache.roller.planet.tasks.RefreshEntriesTask # Daily Planet task: syncs weblog list with Roller, refreshes Technorati stats tasks.daily=org.apache.roller.planet.tasks.SyncWebsitesTask #----------------------------------------------------------------------------- # Bookmark and category configuration #----------------------------------------------------------------------------- # list of links to include in root bookmark folder of each new blog # format is like so: linktitle2|linkurl2,linktitle2|linkurl2,linktitle3|linkurl3 newuser.blogroll=\ Dave Johnson|http://rollerweblogger.org/roller,\ Matt Raible|http://raibledesigns.com/page/rd,\ Lance Lavandowska|http://rollerweblogger.org/lance,\ Henri Yandell|http://blog.generationjava.com/,\ Elias Torres|http://torrez.us/,\ Jeff Blattman|http://blogs.sun.com/jtb,\ blogs.sun.com|http://blogs.sun.com,\ jroller.com|http://jroller.com # comma-separated list of top-level categories to be created in each new weblog newuser.categories=General,Status,Java,Music,Politics #----------------------------------------------------------------------------- # Log4j logging settings #----------------------------------------------------------------------------- log4j.rootCategory.Threshold=DEBUG #log4j.rootCategory=INFO, roller log4j.appender.roller=org.apache.log4j.DailyRollingFileAppender log4j.appender.roller.File=${org.apache.geronimo.base.dir}${file.separator}var${file.separator}log/roller.log log4j.appender.roller.layout=org.apache.log4j.PatternLayout # geronimo style logging log4j.appender.roller.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}] %m%n # roller style logging #log4j.appender.roller.layout.ConversionPattern=%-5p %d{yyyy-MM-dd HH:mm:ss,SSS} %C{1}:%M - %m%n