<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12278</id>
	<title>Nabble - Roller - User</title>
	<updated>2009-11-29T11:11:11Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Roller---User-f12278.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Roller---User-f12278.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26564973</id>
	<title>Securing Postings</title>
	<published>2009-11-29T11:11:11Z</published>
	<updated>2009-11-29T11:11:11Z</updated>
	<author>
		<name>LukeS</name>
	</author>
	<content type="html">Hello;
&lt;br&gt;&lt;br&gt;I am looking at Roller for a group to communicate online. I have seen
&lt;br&gt;it on Matt Raible's site and have briefly browsed the docs and am
&lt;br&gt;pretty impressed so far.
&lt;br&gt;&lt;br&gt;However one requirement I am not sure of is I would like users to be
&lt;br&gt;able to ensure postings will only be viewable to other users of the
&lt;br&gt;system by default, with an option to make it viewable to anyone
&lt;br&gt;hitting the site. Is this out-of-the-box functionality? Is this a
&lt;br&gt;simple customization that could be made?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Luke
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Securing-Postings-tp26564973s12275p26564973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26561285</id>
	<title>Re: authenticator</title>
	<published>2009-11-29T03:46:52Z</published>
	<updated>2009-11-29T03:46:52Z</updated>
	<author>
		<name>Rocco Scappatura-3</name>
	</author>
	<content type="html">Thanks Dave,
&lt;br&gt;&lt;br&gt;On Sab, 28 Novembre 2009 19:46, Dave wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 7:40 AM, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26561285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;snoopdave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Add this to your roller-custom.properties file:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comments=DEBUG
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just realized...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Actually, since you are using Roller 3.1 you'll need to add lines to
&lt;br&gt;&amp;gt; the WEB-INF/classes/log4j.properties file (instead of
&lt;br&gt;&amp;gt; roller-custom.properties) and you'll have to use the old package
&lt;br&gt;&amp;gt; names. Use this instead:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.CommentAuthenticator=DEBUG
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.MathCommentAuthenticator=DEBUG
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.DefaultCommentAuthenticator=DEBUG
&lt;/div&gt;&lt;br&gt;I still don't see any DEBUG neither ERROR message in the log file. Here
&lt;br&gt;the log from one typical auth session:
&lt;br&gt;&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:41:57,478 HitCountQueue:shutdown - stopping worker
&lt;br&gt;HitCountQueueProcessor
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:41:57,478 ContinuousWorkerThread:run -
&lt;br&gt;HitCountQueueProcessor INTERRUPT: sleep interrupted
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:41:57,525 ReferrerQueueManagerImpl:&amp;lt;init&amp;gt; -
&lt;br&gt;Initializing Referrer Queue Manager
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:41:57,525 ReferrerQueueManagerImpl:&amp;lt;init&amp;gt; -
&lt;br&gt;Asynchronous referrer processing = false
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:41:57,525 ContinuousWorkerThread:run - future
&lt;br&gt;invalidations thread INTERRUPT: sleep interrupted
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:05,744 RollerConfig:&amp;lt;clinit&amp;gt; - successfully loaded
&lt;br&gt;default properties.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:05,744 RollerConfig:&amp;lt;clinit&amp;gt; - no custom properties
&lt;br&gt;file found in classpath
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:05,744 RollerConfig:&amp;lt;clinit&amp;gt; - no custom properties
&lt;br&gt;file specified via jvm option
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,041 UpgradeDatabase:upgradeDatabase - Database
&lt;br&gt;is current, no upgrade needed
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,181 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;configResource: /hibernate.cfg.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,181 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;dialect: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;org.hibernate.dialect.MySQLDialect
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,306 Environment:&amp;lt;clinit&amp;gt; - Hibernate 3.1.2
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,322 Environment:&amp;lt;clinit&amp;gt; - hibernate.properties
&lt;br&gt;not found
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,322 Environment:&amp;lt;clinit&amp;gt; - using CGLIB
&lt;br&gt;reflection optimizer
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,322 Environment:&amp;lt;clinit&amp;gt; - using JDK 1.4
&lt;br&gt;java.sql.Timestamp handling
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,478 Configuration:configure - configuring from
&lt;br&gt;XML document
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,556 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/RollerPropertyData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,713
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RollerPropertyData -&amp;gt; roller_properties
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,744 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/UserData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,775
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.UserData -&amp;gt; rolleruser
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,791 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/RoleData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,822
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RoleData -&amp;gt; userrole
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,916 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/RollerConfigData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,931
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RollerConfigData -&amp;gt; rollerconfig
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,931 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WebsiteData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,963
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WebsiteData -&amp;gt; website
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,963 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/PermissionsData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,978
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PermissionsData -&amp;gt; roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,978 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/BookmarkData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,978
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.BookmarkData -&amp;gt; bookmark
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:06,978 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/CommentData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,009
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.CommentData -&amp;gt; roller_comment
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,009 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/FolderAssoc.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,025
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.FolderAssoc -&amp;gt; folderassoc
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,025 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/FolderData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,041
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.FolderData -&amp;gt; folder
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,041 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogTemplate.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,041
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogTemplate -&amp;gt; webpage
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,041 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/PingCategoryRestrictionData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,056
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingCategoryRestrictionData -&amp;gt; pingcategory
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,056 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/AutoPingData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,072
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.AutoPingData -&amp;gt; autoping
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,072 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/PingQueueEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,072
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingQueueEntryData -&amp;gt; pingqueueentry
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,072 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/PingTargetData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,088
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingTargetData -&amp;gt; pingtarget
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,088 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/RefererData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,103
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RefererData -&amp;gt; referer
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,103 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/TaskLockData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,103
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.TaskLockData -&amp;gt; roller_tasklock
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,119 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/HitCountData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,134
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.HitCountData -&amp;gt; roller_hitcounts
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,134 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,150
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryData -&amp;gt; weblogentry
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,150 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogEntryTagData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,150
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryTagData -&amp;gt; roller_weblogentrytag
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,150 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogEntryTagAggregateData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,166
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryTagAggregateData -&amp;gt;
&lt;br&gt;roller_weblogentrytagagg
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,166 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/EntryAttributeData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,166
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.EntryAttributeData -&amp;gt; entryattribute
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,166 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogCategoryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,181
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogCategoryData -&amp;gt; weblogcategory
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,181 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/pojos/WeblogCategoryAssoc.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,181
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogCategoryAssoc -&amp;gt; weblogcategoryassoc
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,181 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/planet/pojos/PlanetConfigData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,197
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetConfigData -&amp;gt; rag_config
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,197 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/planet/pojos/PlanetGroupData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,213
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetGroupData -&amp;gt; rag_group
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,213 HbmBinder:bindCollection - Mapping
&lt;br&gt;collection: org.apache.roller.planet.pojos.PlanetGroupData.subscriptions
&lt;br&gt;-&amp;gt; rag_group_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,213 Configuration:addResource - Reading mappings
&lt;br&gt;from resource: org/apache/roller/planet/pojos/PlanetEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,213
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetEntryData -&amp;gt; rag_entry
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,213 Configuration:addResource - Reading mappings
&lt;br&gt;from resource:
&lt;br&gt;org/apache/roller/planet/pojos/PlanetSubscriptionData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetSubscriptionData -&amp;gt; rag_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollection - Mapping
&lt;br&gt;collection: org.apache.roller.planet.pojos.PlanetSubscriptionData.groups
&lt;br&gt;-&amp;gt; rag_group_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 Configuration:doConfigure - Configured
&lt;br&gt;SessionFactory: null
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.UserData.permissions -&amp;gt;
&lt;br&gt;roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.UserData.roles -&amp;gt; userrole
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.WebsiteData.permissions -&amp;gt;
&lt;br&gt;roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.FolderData.bookmarks -&amp;gt; bookmark
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.WeblogEntryData.entryAttributes -&amp;gt;
&lt;br&gt;entryattribute
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.pojos.WeblogEntryData.tags -&amp;gt;
&lt;br&gt;roller_weblogentrytag
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,228 HbmBinder:bindCollectionSecondPass - Mapping
&lt;br&gt;collection: org.apache.roller.planet.pojos.PlanetSubscriptionData.entries
&lt;br&gt;-&amp;gt; rag_entry
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,244 NamingHelper:getInitialContext - JNDI
&lt;br&gt;InitialContext properties:{}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,244 DatasourceConnectionProvider:configure -
&lt;br&gt;Using datasource: java:comp/env/jdbc/rollerdb
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,244 SettingsFactory:buildSettings - RDBMS:
&lt;br&gt;MySQL, version: 5.0.27-community-nt
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,244 SettingsFactory:buildSettings - JDBC driver:
&lt;br&gt;MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.13 ( $Date:
&lt;br&gt;2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,291 Dialect:&amp;lt;init&amp;gt; - Using dialect:
&lt;br&gt;org.hibernate.dialect.MySQLDialect
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,291
&lt;br&gt;TransactionFactoryFactory:buildTransactionFactory - Using default
&lt;br&gt;transaction strategy (direct JDBC transactions)
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306
&lt;br&gt;TransactionManagerLookupFactory:getTransactionManagerLookup - No
&lt;br&gt;TransactionManagerLookup configured (in JTA environment, use of read-write
&lt;br&gt;or transactional second-level cache is not recommended)
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Automatic
&lt;br&gt;flush during beforeCompletion(): disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Automatic
&lt;br&gt;session close at end of transaction: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - JDBC batch
&lt;br&gt;size: 15
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - JDBC batch
&lt;br&gt;updates for versioned data: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Scrollable
&lt;br&gt;result sets: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - JDBC3
&lt;br&gt;getGeneratedKeys(): enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Connection
&lt;br&gt;release mode: auto
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Maximum
&lt;br&gt;outer join fetch depth: 2
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Default
&lt;br&gt;batch fetch size: 1
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Generate SQL
&lt;br&gt;with comments: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Order SQL
&lt;br&gt;updates by primary key: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:createQueryTranslatorFactory
&lt;br&gt;- Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 ASTQueryTranslatorFactory:&amp;lt;init&amp;gt; - Using
&lt;br&gt;ASTQueryTranslatorFactory
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Query
&lt;br&gt;language substitutions: {}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Second-level
&lt;br&gt;cache: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:buildSettings - Query cache:
&lt;br&gt;disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,306 SettingsFactory:createCacheProvider - Cache
&lt;br&gt;provider: org.hibernate.cache.EhCacheProvider
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,322 SettingsFactory:buildSettings - Optimize
&lt;br&gt;cache for minimal puts: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,322 SettingsFactory:buildSettings - Structured
&lt;br&gt;second-level cache entries: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,322 SettingsFactory:buildSettings - Statistics:
&lt;br&gt;enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,322 SettingsFactory:buildSettings - Deleted
&lt;br&gt;entity synthetic identifier rollback: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,322 SettingsFactory:buildSettings - Default
&lt;br&gt;entity-mode: pojo
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:07,416 SessionFactoryImpl:&amp;lt;init&amp;gt; - building session
&lt;br&gt;factory
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,494 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogEntryTagData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,838 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.RoleData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,884 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.BookmarkData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,900 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.FolderAssoc]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,916 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.PingCategoryRestrictionData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,931 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.TaskLockData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,947 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.PingTargetData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:07,963 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogCategoryAssoc]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,056 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.FolderData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,072 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.EntryAttributeData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,103 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.RefererData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,103 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.PingQueueEntryData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,181 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.HitCountData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,244 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.CommentData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,259 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.AutoPingData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,259 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogEntryData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,291 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.PermissionsData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,291 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogCategoryData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,291 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogTemplate]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-29 12:42:08,338 EhCacheProvider:buildCache - Could not find
&lt;br&gt;configuration [org.apache.roller.pojos.WeblogEntryTagAggregateData]; using
&lt;br&gt;defaults.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:08,494 SessionFactoryObjectFactory:addInstance -
&lt;br&gt;Not binding factory to JNDI, no JNDI name configured
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:08,494 RollerFactory:getRoller - Using Roller Impl:
&lt;br&gt;org.apache.roller.business.hibernate.HibernateRollerImpl
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:08,838 ApplicationContext:log - Loading Spring root
&lt;br&gt;WebApplicationContext
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,447 RollerContext:initializeSecurityFeatures -
&lt;br&gt;Remember Me enabled: true
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,463 RollerContext:setupVelocity - Initializing
&lt;br&gt;Velocity
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,931 ThemeManagerImpl:loadThemeFromDisk - Loading
&lt;br&gt;theme basic
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,947 ThemeManagerImpl:loadThemeFromDisk - Loading
&lt;br&gt;theme brushedmetal
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,947 ThemeManagerImpl:loadThemeFromDisk - Loading
&lt;br&gt;theme frontpage
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,963 ThemeManagerImpl:loadThemeFromDisk - Loading
&lt;br&gt;theme sotto
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:09,978 ThemeManagerImpl:&amp;lt;init&amp;gt; - Loaded 4 themes
&lt;br&gt;from disk.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,009 IndexManagerImpl:&amp;lt;init&amp;gt; - search enabled: true
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,009 IndexManagerImpl:&amp;lt;init&amp;gt; - index dir:
&lt;br&gt;C:\Documents and Settings\Default User\roller_data\search-index
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,056 ThreadManagerImpl:&amp;lt;init&amp;gt; - Intializing
&lt;br&gt;Thread Manager
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,072 RollerContext:setupTasks - Initializing
&lt;br&gt;task: ResetHitCountsTask
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,088 RollerContext:setupTasks - Initializing
&lt;br&gt;task: TurnoverReferersTask
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,088 RollerContext:setupTasks - Initializing
&lt;br&gt;task: PingQueueTask
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,103 IPBanFilter:init - INIT IPBanFilter
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,103 CompressionFilter:init - Compressed Output
&lt;br&gt;ENABLED
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,119 RequestMappingFilter:init - Request mapping
&lt;br&gt;filter initialized, 1 mappers configured.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,744 PageServlet:init - Initializing PageServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,744 WeblogPageCache:&amp;lt;init&amp;gt; -
&lt;br&gt;{id=cache.weblogpage, enabled=true, timeout=3600, size=400}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,744 CacheManager:&amp;lt;clinit&amp;gt; - Cache Manager
&lt;br&gt;Initialized.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,744 CacheManager:&amp;lt;clinit&amp;gt; - Cache Factory =
&lt;br&gt;org.apache.roller.util.cache.ExpiringLRUCacheFactoryImpl
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,744 FuturePostingsInvalidationJob:input -
&lt;br&gt;Peeking 3 minutes into the future each pass
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,759 SiteWideCache:&amp;lt;init&amp;gt; - {id=cache.sitewide,
&lt;br&gt;enabled=true, timeout=1800, size=50}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,759 PageServlet:init - Referrer processing
&lt;br&gt;enabled = true
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,775 FeedServlet:init - Initializing FeedServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,775 WeblogFeedCache:&amp;lt;init&amp;gt; -
&lt;br&gt;{id=cache.weblogfeed, enabled=true, timeout=3600, size=200}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,775 SearchServlet:init - Initializing SearchServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,775 ResourceServlet:init - Initializing
&lt;br&gt;ResourceServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,791 CommentServlet:init - Initializing
&lt;br&gt;CommentServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,806 CommentServlet:init - Comment Throttling
&lt;br&gt;DISABLED
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,806 RSDServlet:init - Initializing RSDServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,806 PlanetFeedServlet:init - Initializing
&lt;br&gt;PlanetRssServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,806 PlanetCache:&amp;lt;init&amp;gt; - Planet cache =
&lt;br&gt;{id=cache.planet, enabled=true, timeout=1800, size=10}
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,822 PreviewResourceServlet:init - Initializing
&lt;br&gt;PreviewResourceServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,822 PreviewServlet:init - Initializing
&lt;br&gt;PreviewServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:10,869 ContinuousWorkerThread:run - future
&lt;br&gt;invalidations thread Started.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:59,119 RendererManager:&amp;lt;clinit&amp;gt; - Renderer Manager
&lt;br&gt;Initialized.
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:59,119 RollerVelocity:&amp;lt;clinit&amp;gt; - Initializing
&lt;br&gt;Velocity Rendering Engine
&lt;br&gt;INFO &amp;nbsp;2009-11-29 12:42:59,213 ContinuousWorkerThread:run -
&lt;br&gt;HitCountQueueProcessor Started.
&lt;br&gt;&lt;br&gt;rocsca
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26561285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26555822</id>
	<title>Re: authenticator</title>
	<published>2009-11-28T10:46:29Z</published>
	<updated>2009-11-28T10:46:29Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 7:40 AM, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26555822&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;snoopdave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Add this to your roller-custom.properties file:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comments=DEBUG
&lt;br&gt;&lt;br&gt;Just realized...
&lt;br&gt;&lt;br&gt;Actually, since you are using Roller 3.1 you'll need to add lines to
&lt;br&gt;the WEB-INF/classes/log4j.properties file (instead of
&lt;br&gt;roller-custom.properties) and you'll have to use the old package
&lt;br&gt;names. Use this instead:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.CommentAuthenticator=DEBUG
&lt;br&gt;&amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.MathCommentAuthenticator=DEBUG
&lt;br&gt;&amp;nbsp; &amp;nbsp; log4j.category.org.apache.roller.ui.rendering.util.DefaultCommentAuthenticator=DEBUG
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26555822.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539527</id>
	<title>RE: authenticator</title>
	<published>2009-11-27T00:59:01Z</published>
	<updated>2009-11-27T00:59:01Z</updated>
	<author>
		<name>Rocco Scappatura-3</name>
	</author>
	<content type="html">Sorry,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; Add this to your roller-custom.properties file:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comment
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; s=DEBUG
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Then re-enable the comment authenticator and you'll get some DEBUG
&lt;br&gt;&amp;gt; &amp;gt; messages when it goes into action. Hopefully, we can learn something
&lt;br&gt;&amp;gt; &amp;gt; from that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I get:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:05,206 HitCountQueue:shutdown - stopping worker
&lt;br&gt;&amp;gt; HitCountQueueProcessor
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:21,612 RollerConfig:&amp;lt;clinit&amp;gt; - successfully
&lt;br&gt;&amp;gt; loaded default properties.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:21,628 RollerConfig:&amp;lt;clinit&amp;gt; - successfully
&lt;br&gt;&amp;gt; loaded custom properties file from classpath
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:21,628 RollerConfig:&amp;lt;clinit&amp;gt; - no custom
&lt;br&gt;&amp;gt; properties file specified via jvm option
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,018 UpgradeDatabase:upgradeDatabase -
&lt;br&gt;&amp;gt; Database
&lt;br&gt;&amp;gt; is current, no upgrade needed
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,190 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;&amp;gt; configResource: /hibernate.cfg.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,190 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;&amp;gt; dialect: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;org.hibernate.dialect.MySQLDialect
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,346 Environment:&amp;lt;clinit&amp;gt; - Hibernate 3.1.2
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,440 Environment:&amp;lt;clinit&amp;gt; -
&lt;br&gt;&amp;gt; hibernate.properties not found
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,456 Environment:&amp;lt;clinit&amp;gt; - using CGLIB
&lt;br&gt;&amp;gt; reflection optimizer
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,456 Environment:&amp;lt;clinit&amp;gt; - using JDK 1.4
&lt;br&gt;&amp;gt; java.sql.Timestamp handling
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,643 Configuration:configure - configuring
&lt;br&gt;&amp;gt; from
&lt;br&gt;&amp;gt; XML document
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:22,768 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/RollerPropertyData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:23,096
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.RollerPropertyData -&amp;gt; roller_properties
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:23,643 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/UserData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:23,893
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.UserData -&amp;gt; rolleruser
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:23,909 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/RoleData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:23,987
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.RoleData -&amp;gt; userrole
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,096 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/RollerConfigData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,221
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.RollerConfigData -&amp;gt; rollerconfig
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,237 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/WebsiteData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,534
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WebsiteData -&amp;gt; website
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,534 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;/div&gt;org/apache/roller/pojos/PermissionsData.hbm.xml
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,565
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.PermissionsData -&amp;gt; roller_user_permissions
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,565 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/BookmarkData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,706
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.BookmarkData -&amp;gt; bookmark
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,706 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/CommentData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,784
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.CommentData -&amp;gt; roller_comment
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,784 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/FolderAssoc.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,800
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.FolderAssoc -&amp;gt; folderassoc
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,800 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/FolderData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,846
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.FolderData -&amp;gt; folder
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,846 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/WeblogTemplate.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,893
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogTemplate -&amp;gt; webpage
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,893 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/PingCategoryRestrictionData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,925
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.PingCategoryRestrictionData -&amp;gt; pingcategory
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,925 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/AutoPingData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,956
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.AutoPingData -&amp;gt; autoping
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,956 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/PingQueueEntryData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,971
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.PingQueueEntryData -&amp;gt; pingqueueentry
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:24,971 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/PingTargetData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,018
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.PingTargetData -&amp;gt; pingtarget
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,018 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/RefererData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,050
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.RefererData -&amp;gt; referer
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,050 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/TaskLockData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,065
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.TaskLockData -&amp;gt; roller_tasklock
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,065 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource: org/apache/roller/pojos/HitCountData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,081
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.HitCountData -&amp;gt; roller_hitcounts
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,096 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;/div&gt;org/apache/roller/pojos/WeblogEntryData.hbm.xml
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,096
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogEntryData -&amp;gt; weblogentry
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,112 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/WeblogEntryTagData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,128
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogEntryTagData -&amp;gt; roller_weblogentrytag
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,128 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/WeblogEntryTagAggregateData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,159
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogEntryTagAggregateData -&amp;gt;
&lt;br&gt;&amp;gt; roller_weblogentrytagagg
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,159 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/EntryAttributeData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,175
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.EntryAttributeData -&amp;gt; entryattribute
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,175 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/WeblogCategoryData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,206
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogCategoryData -&amp;gt; weblogcategory
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,206 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/pojos/WeblogCategoryAssoc.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,221
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogCategoryAssoc -&amp;gt; weblogcategoryassoc
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,221 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/planet/pojos/PlanetConfigData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,237
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetConfigData -&amp;gt; rag_config
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,237 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/planet/pojos/PlanetGroupData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,284
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetGroupData -&amp;gt; rag_group
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,284 HbmBinder:bindCollection - Mapping
&lt;br&gt;&amp;gt; collection:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetGroupData.subscriptions
&lt;br&gt;&amp;gt; -&amp;gt; rag_group_subscription
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,300 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/planet/pojos/PlanetEntryData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,300
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetEntryData -&amp;gt; rag_entry
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,300 Configuration:addResource - Reading
&lt;br&gt;&amp;gt; mappings from resource:
&lt;br&gt;&amp;gt; org/apache/roller/planet/pojos/PlanetSubscriptionData.hbm.xml
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315
&lt;br&gt;&amp;gt; HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetSubscriptionData -&amp;gt;
&lt;br&gt;&amp;gt; rag_subscription
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollection - Mapping
&lt;br&gt;&amp;gt; collection:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetSubscriptionData.groups
&lt;br&gt;&amp;gt; -&amp;gt; rag_group_subscription
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315 Configuration:doConfigure - Configured
&lt;br&gt;&amp;gt; SessionFactory: null
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection: org.apache.roller.pojos.UserData.permissions -&amp;gt;
&lt;br&gt;&amp;gt; roller_user_permissions
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection: org.apache.roller.pojos.UserData.roles -&amp;gt; userrole
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection: org.apache.roller.pojos.WebsiteData.permissions -&amp;gt;
&lt;br&gt;&amp;gt; roller_user_permissions
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection: org.apache.roller.pojos.FolderData.bookmarks -&amp;gt;
&lt;br&gt;&amp;gt; bookmark
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection:
&lt;br&gt;&amp;gt; org.apache.roller.pojos.WeblogEntryData.entryAttributes -&amp;gt;
&lt;br&gt;&amp;gt; entryattribute
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection: org.apache.roller.pojos.WeblogEntryData.tags -&amp;gt;
&lt;br&gt;&amp;gt; roller_weblogentrytag
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;&amp;gt; Mapping collection:
&lt;br&gt;&amp;gt; org.apache.roller.planet.pojos.PlanetSubscriptionData.entries -&amp;gt;
&lt;br&gt;&amp;gt; rag_entry
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,393 NamingHelper:getInitialContext - JNDI
&lt;br&gt;&amp;gt; InitialContext properties:{}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,393 DatasourceConnectionProvider:configure -
&lt;br&gt;&amp;gt; Using datasource: java:comp/env/jdbc/rollerdb
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,393 SettingsFactory:buildSettings - RDBMS:
&lt;br&gt;&amp;gt; MySQL, version: 5.0.27-community-nt
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,409 SettingsFactory:buildSettings - JDBC
&lt;br&gt;&amp;gt; driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.13 (
&lt;br&gt;&amp;gt; $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,440 Dialect:&amp;lt;init&amp;gt; - Using dialect:
&lt;br&gt;&amp;gt; org.hibernate.dialect.MySQLDialect
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456
&lt;br&gt;&amp;gt; TransactionFactoryFactory:buildTransactionFactory - Using default
&lt;br&gt;&amp;gt; transaction strategy (direct JDBC transactions)
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456
&lt;br&gt;&amp;gt; TransactionManagerLookupFactory:getTransactionManagerLookup - No
&lt;br&gt;&amp;gt; TransactionManagerLookup configured (in JTA environment, use of
&lt;br&gt;&amp;gt; read-write or transactional second-level cache is not recommended)
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings -
&lt;/div&gt;Automatic
&lt;br&gt;&amp;gt; flush during beforeCompletion(): disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings -
&lt;br&gt;Automatic
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; session close at end of transaction: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - JDBC
&lt;br&gt;&amp;gt; batch
&lt;br&gt;&amp;gt; size: 15
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - JDBC
&lt;br&gt;&amp;gt; batch
&lt;br&gt;&amp;gt; updates for versioned data: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings -
&lt;br&gt;&amp;gt; Scrollable
&lt;br&gt;&amp;gt; result sets: enabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - JDBC3
&lt;br&gt;&amp;gt; getGeneratedKeys(): enabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings -
&lt;br&gt;&amp;gt; Connection
&lt;br&gt;&amp;gt; release mode: auto
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - Maximum
&lt;br&gt;&amp;gt; outer join fetch depth: 2
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Default
&lt;br&gt;&amp;gt; batch fetch size: 1
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Generate
&lt;br&gt;&amp;gt; SQL with comments: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Order
&lt;/div&gt;SQL
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; updates by primary key: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487
&lt;br&gt;&amp;gt; SettingsFactory:createQueryTranslatorFactory - Query translator:
&lt;br&gt;&amp;gt; org.hibernate.hql.ast.ASTQueryTranslatorFactory
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 ASTQueryTranslatorFactory:&amp;lt;init&amp;gt; - Using
&lt;br&gt;&amp;gt; ASTQueryTranslatorFactory
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Query
&lt;br&gt;&amp;gt; language substitutions: {}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings -
&lt;br&gt;&amp;gt; Second-level cache: enabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Query
&lt;br&gt;&amp;gt; cache: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:createCacheProvider -
&lt;br&gt;&amp;gt; Cache provider: org.hibernate.cache.EhCacheProvider
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Optimize
&lt;br&gt;&amp;gt; cache for minimal puts: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings -
&lt;br&gt;&amp;gt; Structured
&lt;br&gt;&amp;gt; second-level cache entries: enabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings -
&lt;br&gt;&amp;gt; Statistics: enabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Deleted
&lt;br&gt;&amp;gt; entity synthetic identifier rollback: disabled
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Default
&lt;br&gt;&amp;gt; entity-mode: pojo
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:25,596 SessionFactoryImpl:&amp;lt;init&amp;gt; - building
&lt;br&gt;&amp;gt; session factory
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:25,690 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.BookmarkData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,206 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.CommentData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,253 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.FolderData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,596 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.WeblogEntryTagData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,612 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.PermissionsData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,628 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.RoleData]; using defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,643 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.HitCountData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,721 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.WeblogCategoryData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,862 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.RefererData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,909 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.AutoPingData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:26,925 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.WeblogCategoryAssoc];
&lt;/div&gt;using
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:27,784 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.TaskLockData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:27,800 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.WeblogEntryData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:27,987 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.WeblogTemplate]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,003 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.PingQueueEntryData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,003 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration
&lt;br&gt;&amp;gt; [org.apache.roller.pojos.PingCategoryRestrictionData]; using defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,018 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.PingTargetData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,050 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration
&lt;br&gt;&amp;gt; [org.apache.roller.pojos.WeblogEntryTagAggregateData]; using defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,143 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.EntryAttributeData]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; WARN &amp;nbsp;2009-11-25 18:24:28,159 EhCacheProvider:buildCache - Could not
&lt;br&gt;&amp;gt; find configuration [org.apache.roller.pojos.FolderAssoc]; using
&lt;br&gt;&amp;gt; defaults.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:28,737 SessionFactoryObjectFactory:addInstance
&lt;/div&gt;-
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Not binding factory to JNDI, no JNDI name configured
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:28,753 RollerFactory:getRoller - Using Roller
&lt;br&gt;&amp;gt; Impl: org.apache.roller.business.hibernate.HibernateRollerImpl
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:29,065 ApplicationContext:log - Loading Spring
&lt;br&gt;&amp;gt; root WebApplicationContext
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:29,893 RollerContext:initializeSecurityFeatures
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; Remember Me enabled: true
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:29,893 RollerContext:setupVelocity -
&lt;br&gt;&amp;gt; Initializing
&lt;br&gt;&amp;gt; Velocity
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,737 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;&amp;gt; Loading theme basic
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,753 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;&amp;gt; Loading theme brushedmetal
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,753 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;&amp;gt; Loading theme frontpage
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,768 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;&amp;gt; Loading theme sotto
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,784 ThemeManagerImpl:&amp;lt;init&amp;gt; - Loaded 4
&lt;/div&gt;themes
&lt;br&gt;&amp;gt; from disk.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,831 IndexManagerImpl:&amp;lt;init&amp;gt; - search
&lt;br&gt;enabled:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; true
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,831 IndexManagerImpl:&amp;lt;init&amp;gt; - index dir:
&lt;br&gt;&amp;gt; C:\Documents and Settings\Default User\roller_data\search-index
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,878 ThreadManagerImpl:&amp;lt;init&amp;gt; - Intializing
&lt;br&gt;&amp;gt; Thread Manager
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,893 RollerContext:setupTasks - Initializing
&lt;br&gt;&amp;gt; task: ResetHitCountsTask
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,909 RollerContext:setupTasks - Initializing
&lt;br&gt;&amp;gt; task: TurnoverReferersTask
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,909 RollerContext:setupTasks - Initializing
&lt;br&gt;&amp;gt; task: PingQueueTask
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,925 IPBanFilter:init - INIT IPBanFilter
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,925 CompressionFilter:init - Compressed
&lt;br&gt;&amp;gt; Output
&lt;br&gt;&amp;gt; ENABLED
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:30,940 RequestMappingFilter:init - Request
&lt;br&gt;&amp;gt; mapping filter initialized, 1 mappers configured.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,221 PageServlet:init - Initializing
&lt;br&gt;&amp;gt; PageServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,221 WeblogPageCache:&amp;lt;init&amp;gt; - {timeout=3600,
&lt;br&gt;&amp;gt; enabled=true, size=400, id=cache.weblogpage}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,237 CacheManager:&amp;lt;clinit&amp;gt; - Cache Manager
&lt;br&gt;&amp;gt; Initialized.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,237 CacheManager:&amp;lt;clinit&amp;gt; - Cache Factory =
&lt;br&gt;&amp;gt; org.apache.roller.util.cache.ExpiringLRUCacheFactoryImpl
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,237 FuturePostingsInvalidationJob:input -
&lt;br&gt;&amp;gt; Peeking 3 minutes into the future each pass
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,253 SiteWideCache:&amp;lt;init&amp;gt; - {timeout=1800,
&lt;br&gt;&amp;gt; enabled=true, size=50, id=cache.sitewide}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,253 PageServlet:init - Referrer processing
&lt;br&gt;&amp;gt; enabled = true
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,253 FeedServlet:init - Initializing
&lt;br&gt;&amp;gt; FeedServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,253 WeblogFeedCache:&amp;lt;init&amp;gt; - {timeout=3600,
&lt;br&gt;&amp;gt; enabled=true, size=200, id=cache.weblogfeed}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,268 ResourceServlet:init - Initializing
&lt;br&gt;&amp;gt; ResourceServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,268 SearchServlet:init - Initializing
&lt;br&gt;&amp;gt; SearchServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,300 ContinuousWorkerThread:run - future
&lt;br&gt;&amp;gt; invalidations thread Started.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,315 CommentServlet:init - Initializing
&lt;br&gt;&amp;gt; CommentServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,315 CommentServlet:init - Comment Throttling
&lt;br&gt;&amp;gt; DISABLED
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,315 RSDServlet:init - Initializing
&lt;/div&gt;RSDServlet
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,331 PlanetFeedServlet:init - Initializing
&lt;br&gt;&amp;gt; PlanetRssServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,346 PlanetCache:&amp;lt;init&amp;gt; - Planet cache =
&lt;br&gt;&amp;gt; {timeout=1800, enabled=true, size=10, id=cache.planet}
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:33,393 PreviewResourceServlet:init -
&lt;br&gt;&amp;gt; Initializing
&lt;br&gt;&amp;gt; PreviewResourceServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:34,128 PreviewServlet:init - Initializing
&lt;br&gt;&amp;gt; PreviewServlet
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:35,596 RendererManager:&amp;lt;clinit&amp;gt; - Renderer
&lt;br&gt;&amp;gt; Manager Initialized.
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:35,612 RollerVelocity:&amp;lt;clinit&amp;gt; - Initializing
&lt;br&gt;&amp;gt; Velocity Rendering Engine
&lt;br&gt;&amp;gt; INFO &amp;nbsp;2009-11-25 18:24:35,628 ContinuousWorkerThread:run -
&lt;br&gt;&amp;gt; HitCountQueueProcessor Started.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there any worth information from the logs above?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;I can't see DEBUG info above as aspected. Is it normal?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;rocsca
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26539527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516962</id>
	<title>RE: authenticator</title>
	<published>2009-11-25T09:27:31Z</published>
	<updated>2009-11-25T09:27:31Z</updated>
	<author>
		<name>Rocco Scappatura-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;gt; Add this to your roller-custom.properties file:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;
&lt;br&gt;log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comment
&lt;br&gt;&amp;gt; s=DEBUG
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then re-enable the comment authenticator and you'll get some DEBUG
&lt;br&gt;&amp;gt; messages when it goes into action. Hopefully, we can learn something
&lt;br&gt;&amp;gt; from that.
&lt;br&gt;&lt;br&gt;I get:
&lt;br&gt;&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:05,206 HitCountQueue:shutdown - stopping worker
&lt;br&gt;HitCountQueueProcessor
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:21,612 RollerConfig:&amp;lt;clinit&amp;gt; - successfully
&lt;br&gt;loaded default properties.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:21,628 RollerConfig:&amp;lt;clinit&amp;gt; - successfully
&lt;br&gt;loaded custom properties file from classpath
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:21,628 RollerConfig:&amp;lt;clinit&amp;gt; - no custom
&lt;br&gt;properties file specified via jvm option
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,018 UpgradeDatabase:upgradeDatabase - Database
&lt;br&gt;is current, no upgrade needed
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,190 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;configResource: /hibernate.cfg.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,190 HibernatePersistenceStrategy:&amp;lt;init&amp;gt; -
&lt;br&gt;dialect: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;org.hibernate.dialect.MySQLDialect
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,346 Environment:&amp;lt;clinit&amp;gt; - Hibernate 3.1.2
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,440 Environment:&amp;lt;clinit&amp;gt; -
&lt;br&gt;hibernate.properties not found
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,456 Environment:&amp;lt;clinit&amp;gt; - using CGLIB
&lt;br&gt;reflection optimizer
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,456 Environment:&amp;lt;clinit&amp;gt; - using JDK 1.4
&lt;br&gt;java.sql.Timestamp handling
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,643 Configuration:configure - configuring from
&lt;br&gt;XML document
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:22,768 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/RollerPropertyData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:23,096
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RollerPropertyData -&amp;gt; roller_properties
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:23,643 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/UserData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:23,893
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.UserData -&amp;gt; rolleruser
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:23,909 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/RoleData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:23,987
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RoleData -&amp;gt; userrole
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,096 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/RollerConfigData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,221
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RollerConfigData -&amp;gt; rollerconfig
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,237 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/WebsiteData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,534
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WebsiteData -&amp;gt; website
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,534 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/PermissionsData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,565
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PermissionsData -&amp;gt; roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,565 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/BookmarkData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,706
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.BookmarkData -&amp;gt; bookmark
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,706 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/CommentData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,784
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.CommentData -&amp;gt; roller_comment
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,784 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/FolderAssoc.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,800
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.FolderAssoc -&amp;gt; folderassoc
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,800 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/FolderData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,846
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.FolderData -&amp;gt; folder
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,846 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/WeblogTemplate.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,893
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogTemplate -&amp;gt; webpage
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,893 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/PingCategoryRestrictionData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,925
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingCategoryRestrictionData -&amp;gt; pingcategory
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,925 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/AutoPingData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,956
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.AutoPingData -&amp;gt; autoping
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,956 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/PingQueueEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,971
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingQueueEntryData -&amp;gt; pingqueueentry
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:24,971 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/PingTargetData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,018
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.PingTargetData -&amp;gt; pingtarget
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,018 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/RefererData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,050
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.RefererData -&amp;gt; referer
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,050 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/TaskLockData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,065
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.TaskLockData -&amp;gt; roller_tasklock
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,065 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/HitCountData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,081
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.HitCountData -&amp;gt; roller_hitcounts
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,096 Configuration:addResource - Reading
&lt;br&gt;mappings from resource: org/apache/roller/pojos/WeblogEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,096
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryData -&amp;gt; weblogentry
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,112 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/WeblogEntryTagData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,128
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryTagData -&amp;gt; roller_weblogentrytag
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,128 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/WeblogEntryTagAggregateData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,159
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryTagAggregateData -&amp;gt;
&lt;br&gt;roller_weblogentrytagagg
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,159 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/EntryAttributeData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,175
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.EntryAttributeData -&amp;gt; entryattribute
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,175 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/WeblogCategoryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,206
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogCategoryData -&amp;gt; weblogcategory
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,206 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/pojos/WeblogCategoryAssoc.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,221
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.pojos.WeblogCategoryAssoc -&amp;gt; weblogcategoryassoc
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,221 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/planet/pojos/PlanetConfigData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,237
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetConfigData -&amp;gt; rag_config
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,237 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/planet/pojos/PlanetGroupData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,284
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetGroupData -&amp;gt; rag_group
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,284 HbmBinder:bindCollection - Mapping
&lt;br&gt;collection: org.apache.roller.planet.pojos.PlanetGroupData.subscriptions
&lt;br&gt;-&amp;gt; rag_group_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,300 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/planet/pojos/PlanetEntryData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,300
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetEntryData -&amp;gt; rag_entry
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,300 Configuration:addResource - Reading
&lt;br&gt;mappings from resource:
&lt;br&gt;org/apache/roller/planet/pojos/PlanetSubscriptionData.hbm.xml
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315
&lt;br&gt;HbmBinder:bindRootPersistentClassCommonValues - Mapping class:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetSubscriptionData -&amp;gt;
&lt;br&gt;rag_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollection - Mapping
&lt;br&gt;collection: org.apache.roller.planet.pojos.PlanetSubscriptionData.groups
&lt;br&gt;-&amp;gt; rag_group_subscription
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315 Configuration:doConfigure - Configured
&lt;br&gt;SessionFactory: null
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection: org.apache.roller.pojos.UserData.permissions -&amp;gt;
&lt;br&gt;roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection: org.apache.roller.pojos.UserData.roles -&amp;gt; userrole
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,315 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection: org.apache.roller.pojos.WebsiteData.permissions -&amp;gt;
&lt;br&gt;roller_user_permissions
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection: org.apache.roller.pojos.FolderData.bookmarks -&amp;gt;
&lt;br&gt;bookmark
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection:
&lt;br&gt;org.apache.roller.pojos.WeblogEntryData.entryAttributes -&amp;gt;
&lt;br&gt;entryattribute
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection: org.apache.roller.pojos.WeblogEntryData.tags -&amp;gt;
&lt;br&gt;roller_weblogentrytag
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,378 HbmBinder:bindCollectionSecondPass -
&lt;br&gt;Mapping collection:
&lt;br&gt;org.apache.roller.planet.pojos.PlanetSubscriptionData.entries -&amp;gt;
&lt;br&gt;rag_entry
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,393 NamingHelper:getInitialContext - JNDI
&lt;br&gt;InitialContext properties:{}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,393 DatasourceConnectionProvider:configure -
&lt;br&gt;Using datasource: java:comp/env/jdbc/rollerdb
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,393 SettingsFactory:buildSettings - RDBMS:
&lt;br&gt;MySQL, version: 5.0.27-community-nt
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,409 SettingsFactory:buildSettings - JDBC
&lt;br&gt;driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.13 (
&lt;br&gt;$Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,440 Dialect:&amp;lt;init&amp;gt; - Using dialect:
&lt;br&gt;org.hibernate.dialect.MySQLDialect
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456
&lt;br&gt;TransactionFactoryFactory:buildTransactionFactory - Using default
&lt;br&gt;transaction strategy (direct JDBC transactions)
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456
&lt;br&gt;TransactionManagerLookupFactory:getTransactionManagerLookup - No
&lt;br&gt;TransactionManagerLookup configured (in JTA environment, use of
&lt;br&gt;read-write or transactional second-level cache is not recommended)
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - Automatic
&lt;br&gt;flush during beforeCompletion(): disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - Automatic
&lt;br&gt;session close at end of transaction: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - JDBC batch
&lt;br&gt;size: 15
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,456 SettingsFactory:buildSettings - JDBC batch
&lt;br&gt;updates for versioned data: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - Scrollable
&lt;br&gt;result sets: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - JDBC3
&lt;br&gt;getGeneratedKeys(): enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - Connection
&lt;br&gt;release mode: auto
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,471 SettingsFactory:buildSettings - Maximum
&lt;br&gt;outer join fetch depth: 2
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Default
&lt;br&gt;batch fetch size: 1
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Generate
&lt;br&gt;SQL with comments: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Order SQL
&lt;br&gt;updates by primary key: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487
&lt;br&gt;SettingsFactory:createQueryTranslatorFactory - Query translator:
&lt;br&gt;org.hibernate.hql.ast.ASTQueryTranslatorFactory
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 ASTQueryTranslatorFactory:&amp;lt;init&amp;gt; - Using
&lt;br&gt;ASTQueryTranslatorFactory
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Query
&lt;br&gt;language substitutions: {}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings -
&lt;br&gt;Second-level cache: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:buildSettings - Query
&lt;br&gt;cache: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,487 SettingsFactory:createCacheProvider -
&lt;br&gt;Cache provider: org.hibernate.cache.EhCacheProvider
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Optimize
&lt;br&gt;cache for minimal puts: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Structured
&lt;br&gt;second-level cache entries: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings -
&lt;br&gt;Statistics: enabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Deleted
&lt;br&gt;entity synthetic identifier rollback: disabled
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,503 SettingsFactory:buildSettings - Default
&lt;br&gt;entity-mode: pojo
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:25,596 SessionFactoryImpl:&amp;lt;init&amp;gt; - building
&lt;br&gt;session factory
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:25,690 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.BookmarkData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,206 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.CommentData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,253 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.FolderData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,596 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.WeblogEntryTagData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,612 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.PermissionsData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,628 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.RoleData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,643 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.HitCountData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,721 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.WeblogCategoryData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,862 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.RefererData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,909 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.AutoPingData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:26,925 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.WeblogCategoryAssoc]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:27,784 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.TaskLockData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:27,800 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.WeblogEntryData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:27,987 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.WeblogTemplate]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,003 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.PingQueueEntryData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,003 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration
&lt;br&gt;[org.apache.roller.pojos.PingCategoryRestrictionData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,018 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.PingTargetData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,050 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration
&lt;br&gt;[org.apache.roller.pojos.WeblogEntryTagAggregateData]; using defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,143 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.EntryAttributeData]; using
&lt;br&gt;defaults.
&lt;br&gt;WARN &amp;nbsp;2009-11-25 18:24:28,159 EhCacheProvider:buildCache - Could not
&lt;br&gt;find configuration [org.apache.roller.pojos.FolderAssoc]; using
&lt;br&gt;defaults.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:28,737 SessionFactoryObjectFactory:addInstance -
&lt;br&gt;Not binding factory to JNDI, no JNDI name configured
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:28,753 RollerFactory:getRoller - Using Roller
&lt;br&gt;Impl: org.apache.roller.business.hibernate.HibernateRollerImpl
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:29,065 ApplicationContext:log - Loading Spring
&lt;br&gt;root WebApplicationContext
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:29,893 RollerContext:initializeSecurityFeatures -
&lt;br&gt;Remember Me enabled: true
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:29,893 RollerContext:setupVelocity - Initializing
&lt;br&gt;Velocity
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,737 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;Loading theme basic
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,753 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;Loading theme brushedmetal
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,753 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;Loading theme frontpage
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,768 ThemeManagerImpl:loadThemeFromDisk -
&lt;br&gt;Loading theme sotto
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,784 ThemeManagerImpl:&amp;lt;init&amp;gt; - Loaded 4 themes
&lt;br&gt;from disk.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,831 IndexManagerImpl:&amp;lt;init&amp;gt; - search enabled:
&lt;br&gt;true
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,831 IndexManagerImpl:&amp;lt;init&amp;gt; - index dir:
&lt;br&gt;C:\Documents and Settings\Default User\roller_data\search-index
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,878 ThreadManagerImpl:&amp;lt;init&amp;gt; - Intializing
&lt;br&gt;Thread Manager
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,893 RollerContext:setupTasks - Initializing
&lt;br&gt;task: ResetHitCountsTask
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,909 RollerContext:setupTasks - Initializing
&lt;br&gt;task: TurnoverReferersTask
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,909 RollerContext:setupTasks - Initializing
&lt;br&gt;task: PingQueueTask
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,925 IPBanFilter:init - INIT IPBanFilter
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,925 CompressionFilter:init - Compressed Output
&lt;br&gt;ENABLED
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:30,940 RequestMappingFilter:init - Request
&lt;br&gt;mapping filter initialized, 1 mappers configured.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,221 PageServlet:init - Initializing
&lt;br&gt;PageServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,221 WeblogPageCache:&amp;lt;init&amp;gt; - {timeout=3600,
&lt;br&gt;enabled=true, size=400, id=cache.weblogpage}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,237 CacheManager:&amp;lt;clinit&amp;gt; - Cache Manager
&lt;br&gt;Initialized.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,237 CacheManager:&amp;lt;clinit&amp;gt; - Cache Factory =
&lt;br&gt;org.apache.roller.util.cache.ExpiringLRUCacheFactoryImpl
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,237 FuturePostingsInvalidationJob:input -
&lt;br&gt;Peeking 3 minutes into the future each pass
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,253 SiteWideCache:&amp;lt;init&amp;gt; - {timeout=1800,
&lt;br&gt;enabled=true, size=50, id=cache.sitewide}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,253 PageServlet:init - Referrer processing
&lt;br&gt;enabled = true
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,253 FeedServlet:init - Initializing
&lt;br&gt;FeedServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,253 WeblogFeedCache:&amp;lt;init&amp;gt; - {timeout=3600,
&lt;br&gt;enabled=true, size=200, id=cache.weblogfeed}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,268 ResourceServlet:init - Initializing
&lt;br&gt;ResourceServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,268 SearchServlet:init - Initializing
&lt;br&gt;SearchServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,300 ContinuousWorkerThread:run - future
&lt;br&gt;invalidations thread Started.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,315 CommentServlet:init - Initializing
&lt;br&gt;CommentServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,315 CommentServlet:init - Comment Throttling
&lt;br&gt;DISABLED
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,315 RSDServlet:init - Initializing RSDServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,331 PlanetFeedServlet:init - Initializing
&lt;br&gt;PlanetRssServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,346 PlanetCache:&amp;lt;init&amp;gt; - Planet cache =
&lt;br&gt;{timeout=1800, enabled=true, size=10, id=cache.planet}
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:33,393 PreviewResourceServlet:init - Initializing
&lt;br&gt;PreviewResourceServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:34,128 PreviewServlet:init - Initializing
&lt;br&gt;PreviewServlet
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:35,596 RendererManager:&amp;lt;clinit&amp;gt; - Renderer
&lt;br&gt;Manager Initialized.
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:35,612 RollerVelocity:&amp;lt;clinit&amp;gt; - Initializing
&lt;br&gt;Velocity Rendering Engine
&lt;br&gt;INFO &amp;nbsp;2009-11-25 18:24:35,628 ContinuousWorkerThread:run -
&lt;br&gt;HitCountQueueProcessor Started.
&lt;br&gt;&lt;br&gt;Is there any worth information from the logs above?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;rocsca
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26516962.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500381</id>
	<title>Re: WeblogCategories II</title>
	<published>2009-11-24T09:43:47Z</published>
	<updated>2009-11-24T09:43:47Z</updated>
	<author>
		<name>Ana Pardo</name>
	</author>
	<content type="html">Thank You so much for your answer. I tried to put
&lt;br&gt;$model.weblog.getWeblogCategory(&amp;quot;/Noticias&amp;quot;) and i still get the same
&lt;br&gt;problem.
&lt;br&gt;Also i tried with:
&lt;br&gt;&lt;br&gt;- #showWeblogCategoryLinksList(&amp;quot;/Noticias&amp;quot; false true)
&lt;br&gt;- $model.weblogCategory(&amp;quot;/Noticias&amp;quot;)
&lt;br&gt;- This code from de roller template guide
&lt;br&gt;&lt;br&gt;#foreach ($cat in $model.weblog.categories)
&lt;br&gt;&lt;br&gt;#if ($cat.name != &amp;quot;Music&amp;quot;)
&lt;br&gt;&lt;br&gt;$cat.name&amp;lt;br&amp;gt;
&lt;br&gt;&lt;br&gt;#end
&lt;br&gt;&lt;br&gt;#end
&lt;br&gt;&lt;br&gt;I tried several ways using the roller- template guide. And i can't find
&lt;br&gt;something that helps. Is there a macro that just display a string that i
&lt;br&gt;tell it to. Something that works like an echo on other languajes? I just
&lt;br&gt;want to get the name of the category and display it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/23 Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500381&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;snoopdave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Nov 19, 2009 at 11:36 AM, Ana Pardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500381&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anampardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello! I have a problem with customizing the way categories are
&lt;br&gt;&amp;gt; displayed. I
&lt;br&gt;&amp;gt; &amp;gt; want to list each category individually, so the only way i could think to
&lt;br&gt;&amp;gt; do
&lt;br&gt;&amp;gt; &amp;gt; this is:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;))
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;#showWeblogCategoryLinksList($model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;)
&lt;br&gt;&amp;gt; &amp;gt; false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;p&amp;gt; #set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Nuestras
&lt;br&gt;&amp;gt; Marcas&amp;quot;))
&lt;br&gt;&amp;gt; &amp;gt; #showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Eventos&amp;quot;))
&lt;br&gt;&amp;gt; &amp;gt; #showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This code gives me two problems:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 1) When i select any of those categories the name changes to
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;categoryObject.name&amp;quot;. I don't understand wy it doesn't shows the name of
&lt;br&gt;&amp;gt; &amp;gt; the category instead. Is there an easier way to list the category one by
&lt;br&gt;&amp;gt; &amp;gt; one? Or is there something else i have to add to my code?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That is probably because $model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;)
&lt;br&gt;&amp;gt; or some other call to getWeblogCategory() is failing and returning
&lt;br&gt;&amp;gt; null. You might need to pass &amp;quot;/Noticias&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 2) It appends a bullet at the beginning of the category name. I can't
&lt;br&gt;&amp;gt; find
&lt;br&gt;&amp;gt; &amp;gt; the way of deleting that, i have removed the tags &amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;,&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;,
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt; any other tag asociated with list in html and it doesn't go away. Is
&lt;br&gt;&amp;gt; there a
&lt;br&gt;&amp;gt; &amp;gt; way of doing this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you use #showWeblogCategoryLinksList() then you're gonna get a list
&lt;br&gt;&amp;gt; (i.e. with &amp;lt;li&amp;gt; elements). You can use CSS styles to make those go
&lt;br&gt;&amp;gt; away.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You don't have to use #showWeblogCategoryLinksList(), you can write
&lt;br&gt;&amp;gt; your own Velocity code to display the categories any way you'd like.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope that helps...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WeblogCategories-II-tp25588583s12275p26500381.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26495184</id>
	<title>Re: authenticator</title>
	<published>2009-11-24T04:40:11Z</published>
	<updated>2009-11-24T04:40:11Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">Add this to your roller-custom.properties file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comments=DEBUG
&lt;br&gt;&lt;br&gt;Then re-enable the comment authenticator and you'll get some DEBUG
&lt;br&gt;messages when it goes into action. Hopefully, we can learn something
&lt;br&gt;from that.
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 4:01 AM, Rocco Scappatura
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Rocco.Scappatura@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello I'm using roller 3.1.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It's a few time that the authenticator doesn't work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have temporarily disabled, but I would like to enable it because I
&lt;br&gt;&amp;gt;&amp;gt; receive a lot of spam comments.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; How could I act to find the reason of the trouble!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is since ten more days that I have post this question. I really can't
&lt;br&gt;&amp;gt; figure out why I can't use successfully the math authenticator in my
&lt;br&gt;&amp;gt; blog.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dave, please could you give me some hint on how to discover the cause
&lt;br&gt;&amp;gt; and solve the trouble?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; rocsca
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26495184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492554</id>
	<title>RE: authenticator</title>
	<published>2009-11-24T01:01:54Z</published>
	<updated>2009-11-24T01:01:54Z</updated>
	<author>
		<name>Rocco Scappatura-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;&amp;gt; Hello I'm using roller 3.1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's a few time that the authenticator doesn't work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have temporarily disabled, but I would like to enable it because I
&lt;br&gt;&amp;gt; receive a lot of spam comments.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How could I act to find the reason of the trouble!
&lt;br&gt;&lt;br&gt;It is since ten more days that I have post this question. I really can't
&lt;br&gt;figure out why I can't use successfully the math authenticator in my
&lt;br&gt;blog.
&lt;br&gt;&lt;br&gt;Dave, please could you give me some hint on how to discover the cause
&lt;br&gt;and solve the trouble?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;rocsca
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authenticator-tp26333894s12275p26492554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489058</id>
	<title>Re: unable to save drafts or publish new entries</title>
	<published>2009-11-23T17:17:14Z</published>
	<updated>2009-11-23T17:17:14Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">AUGH!!!!
&lt;br&gt;&lt;br&gt;After spending much of the day creating a bloody forehead-shaped indentation
&lt;br&gt;in the wall I finally determined it was an incredibly simple problem.
&lt;br&gt;&lt;br&gt;'noscript' was blocking the javascript.
&lt;br&gt;&lt;br&gt;'noscript' didn't put up the usual warnings, and roller doesn't have any
&lt;br&gt;&amp;quot;hey, you really ought to be turning on javascript if you try to do this&amp;quot;
&lt;br&gt;messages.
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 1:33 PM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I dug into the database a little - there are entries in weblogentry and
&lt;br&gt;&amp;gt; they appear on the 'entries' page. &amp;nbsp;But they do not appear on the short list
&lt;br&gt;&amp;gt; of drafts and published entries on the right column and publishing the entry
&lt;br&gt;&amp;gt; has no effect. (I also can't find a 'preview entry' window but that might be
&lt;br&gt;&amp;gt; firefox acting up.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bear
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 10:31 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm still not getting in unless I misunderstood what you mean.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've set the PersistenceManager so it won't save sessions across restarts
&lt;br&gt;&amp;gt;&amp;gt; and bounced tomcat. &amp;nbsp;I get the login page but when I try
&lt;br&gt;&amp;gt;&amp;gt; saving a simple page there's no change from before.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bear
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 10:00 AM, Matt Raible &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489058&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I get a permission denied error almost every day when I go into the admin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; UI. I believe it happens when I'm using Remember Me. Refreshing solves
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; problem, but it is annoying (but obviously not annoying enough for me to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fix
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; it).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Matt
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 9:42 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489058&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; A bit more information. &amp;nbsp;If I hit the brower's URL line, not just hit
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; button, I get a generic &amp;quot;permissionDenied&amp;quot; warning but there are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; absolutely
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; no details.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 9:08 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489058&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; I've created an external location for the search-index, themes and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; uploads. &amp;nbsp;It's owned by the appserver.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; even
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; delete them.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; When I try to save new entries I get a 'changes saved' message and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; even
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; the new buttons on the bottom, but I don't see any log entries and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; there's
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; no indication that the database has been updated. E.g., the content
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Ideas?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Bear
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26489058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485324</id>
	<title>Re: unable to save drafts or publish new entries</title>
	<published>2009-11-23T12:33:13Z</published>
	<updated>2009-11-23T12:33:13Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">I dug into the database a little - there are entries in weblogentry and they
&lt;br&gt;appear on the 'entries' page. &amp;nbsp;But they do not appear on the short list of
&lt;br&gt;drafts and published entries on the right column and publishing the entry
&lt;br&gt;has no effect. (I also can't find a 'preview entry' window but that might be
&lt;br&gt;firefox acting up.)
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 10:31 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm still not getting in unless I misunderstood what you mean.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've set the PersistenceManager so it won't save sessions across restarts
&lt;br&gt;&amp;gt; and bounced tomcat. &amp;nbsp;I get the login page but when I try
&lt;br&gt;&amp;gt; saving a simple page there's no change from before.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bear
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 10:00 AM, Matt Raible &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485324&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I get a permission denied error almost every day when I go into the admin
&lt;br&gt;&amp;gt;&amp;gt; UI. I believe it happens when I'm using Remember Me. Refreshing solves the
&lt;br&gt;&amp;gt;&amp;gt; problem, but it is annoying (but obviously not annoying enough for me to
&lt;br&gt;&amp;gt;&amp;gt; fix
&lt;br&gt;&amp;gt;&amp;gt; it).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Matt
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 9:42 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485324&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; A bit more information. &amp;nbsp;If I hit the brower's URL line, not just hit
&lt;br&gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; button, I get a generic &amp;quot;permissionDenied&amp;quot; warning but there are
&lt;br&gt;&amp;gt;&amp;gt; absolutely
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; no details.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 9:08 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485324&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; I've created an external location for the search-index, themes and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; uploads. &amp;nbsp;It's owned by the appserver.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can even
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; delete them.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; When I try to save new entries I get a 'changes saved' message and
&lt;br&gt;&amp;gt;&amp;gt; even
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; see
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; the new buttons on the bottom, but I don't see any log entries and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; there's
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; no indication that the database has been updated. E.g., the content on
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Ideas?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Bear
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26485324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482906</id>
	<title>Re: Roller 5.0</title>
	<published>2009-11-23T09:51:48Z</published>
	<updated>2009-11-23T09:51:48Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 12:20 PM, Gregor Schneider
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482906&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rc46fi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; where else to ask my question? I'm not asking for a public beta but
&lt;br&gt;&amp;gt; for a new release, and the reason is that I'm up to setting up a new
&lt;br&gt;&amp;gt; blog-site.
&lt;br&gt;&lt;br&gt;You are asking questions in the right place. I'm was pointing out that
&lt;br&gt;we don't really have a fixed release schedule. Even when we are ready
&lt;br&gt;to make a release, voting out a final release candidate can take
&lt;br&gt;weeks.
&lt;br&gt;&lt;br&gt;If I had to guess when we'll have final 5.0 release, I'd say February.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Since Roller might be one of the candidates - but def. not Roller 4 -
&lt;br&gt;&amp;gt; and I've got a schedule to keep up with, I'd be more happy if some
&lt;br&gt;&amp;gt; bird could tweet me something about a releaseplan...
&lt;br&gt;&lt;br&gt;If you have a tight schedule then you'll probably want to go with
&lt;br&gt;4.0.1. If you really want one of the new features in 5.0, then you
&lt;br&gt;might want to wait -- or better yet, test, report and help fix the
&lt;br&gt;problems you find.
&lt;br&gt;&lt;br&gt;&amp;gt; And sorry again for asking this question here, but if you don't like
&lt;br&gt;&amp;gt; that, you might want to consider not to mention any planned
&lt;br&gt;&amp;gt; release-dates (&amp;quot;fall 2009&amp;quot;) on your website...
&lt;br&gt;&lt;br&gt;No need to apologize. That is a good point. &amp;nbsp;I should point out our
&lt;br&gt;fluid release schedule whenever I mention dates.
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Roller-5.0-tp26481760s12275p26482906.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482570</id>
	<title>Re: unable to save drafts or publish new entries</title>
	<published>2009-11-23T09:31:14Z</published>
	<updated>2009-11-23T09:31:14Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">I'm still not getting in unless I misunderstood what you mean.
&lt;br&gt;&lt;br&gt;I've set the PersistenceManager so it won't save sessions across restarts
&lt;br&gt;and bounced tomcat. &amp;nbsp;I get the login page but when I try
&lt;br&gt;saving a simple page there's no change from before.
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 10:00 AM, Matt Raible &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I get a permission denied error almost every day when I go into the admin
&lt;br&gt;&amp;gt; UI. I believe it happens when I'm using Remember Me. Refreshing solves the
&lt;br&gt;&amp;gt; problem, but it is annoying (but obviously not annoying enough for me to
&lt;br&gt;&amp;gt; fix
&lt;br&gt;&amp;gt; it).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Matt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 9:42 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; A bit more information. &amp;nbsp;If I hit the brower's URL line, not just hit the
&lt;br&gt;&amp;gt; &amp;gt; button, I get a generic &amp;quot;permissionDenied&amp;quot; warning but there are
&lt;br&gt;&amp;gt; absolutely
&lt;br&gt;&amp;gt; &amp;gt; no details.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 9:08 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482570&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I've created an external location for the search-index, themes and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; uploads. &amp;nbsp;It's owned by the appserver.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can even
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; delete them.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; When I try to save new entries I get a 'changes saved' message and even
&lt;br&gt;&amp;gt; &amp;gt; see
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the new buttons on the bottom, but I don't see any log entries and
&lt;br&gt;&amp;gt; &amp;gt; there's
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; no indication that the database has been updated. E.g., the content on
&lt;br&gt;&amp;gt; &amp;gt; the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Ideas?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Bear
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26482570.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482336</id>
	<title>Re: Roller 5.0</title>
	<published>2009-11-23T09:20:24Z</published>
	<updated>2009-11-23T09:20:24Z</updated>
	<author>
		<name>Gregor Schneider</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Dave,
&lt;br&gt;&lt;br&gt;where else to ask my question? I'm not asking for a public beta but
&lt;br&gt;for a new release, and the reason is that I'm up to setting up a new
&lt;br&gt;blog-site.
&lt;br&gt;&lt;br&gt;Since Roller might be one of the candidates - but def. not Roller 4 -
&lt;br&gt;and I've got a schedule to keep up with, I'd be more happy if some
&lt;br&gt;bird could tweet me something about a releaseplan...
&lt;br&gt;&lt;br&gt;And sorry again for asking this question here, but if you don't like
&lt;br&gt;that, you might want to consider not to mention any planned
&lt;br&gt;release-dates (&amp;quot;fall 2009&amp;quot;) on your website...
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Gregor
&lt;br&gt;- --
&lt;br&gt;just because your paranoid, doesn't mean they're not after you...
&lt;br&gt;gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
&lt;br&gt;gpgp-key available
&lt;br&gt;@ &lt;a href=&quot;http://pgpkeys.pca.dfn.de:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgpkeys.pca.dfn.de:11371&lt;/a&gt;&lt;br&gt;@ &lt;a href=&quot;http://pgp.mit.edu:11371/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgp.mit.edu:11371/&lt;/a&gt;&lt;br&gt;skype:rc46fi
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (MingW32)
&lt;br&gt;Comment: Use GnuPG with Firefox : &lt;a href=&quot;http://getfiregpg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfiregpg.org&lt;/a&gt;&amp;nbsp;(Version: 0.7.10)
&lt;br&gt;&lt;br&gt;iD8DBQFLCsRa07P+AosxcLIRAk8OAJ0Z5Hb+QbY/1FVOBKZiBaoz/q1IZQCfVUry
&lt;br&gt;/tczcVzUjouAb39z0F+szF0=
&lt;br&gt;=7lFU
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Roller-5.0-tp26481760s12275p26482336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482078</id>
	<title>Re: Roller 5.0</title>
	<published>2009-11-23T09:04:17Z</published>
	<updated>2009-11-23T09:04:17Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 11:46 AM, Gregor Schneider
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rc46fi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; on the Roller website is mentioned that Roller 5.0 will be due in
&lt;br&gt;&amp;gt; &amp;quot;fall 2009&amp;quot;, Since fall is almost over, can anybody shed some light on
&lt;br&gt;&amp;gt; the release-date?
&lt;br&gt;&lt;br&gt;We don't really do release dates around here, so please consider
&lt;br&gt;statements like that to be ball-park guesstimates.
&lt;br&gt;&lt;br&gt;Having said that, there is a Roller 5.0 beta 1 build* out now:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://markmail.org/message/rwk6pj4voxbyuaj3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/rwk6pj4voxbyuaj3&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please direct questions here to the list and bug reports to JIRA.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;- Dave
&lt;br&gt;&lt;br&gt;* this is a &amp;quot;build&amp;quot; and NOT an official Release, it's intended for
&lt;br&gt;testing purposes only, etc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; TIA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gregor
&lt;br&gt;&amp;gt; - --
&lt;br&gt;&amp;gt; just because your paranoid, doesn't mean they're not after you...
&lt;br&gt;&amp;gt; gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
&lt;br&gt;&amp;gt; gpgp-key available
&lt;br&gt;&amp;gt; @ &lt;a href=&quot;http://pgpkeys.pca.dfn.de:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgpkeys.pca.dfn.de:11371&lt;/a&gt;&lt;br&gt;&amp;gt; @ &lt;a href=&quot;http://pgp.mit.edu:11371/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgp.mit.edu:11371/&lt;/a&gt;&lt;br&gt;&amp;gt; skype:rc46fi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.4.6 (MingW32)
&lt;br&gt;&amp;gt; Comment: Use GnuPG with Firefox : &lt;a href=&quot;http://getfiregpg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfiregpg.org&lt;/a&gt;&amp;nbsp;(Version: 0.7.10)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iD8DBQFLCrxj07P+AosxcLIRApOXAJ4oxX6Ht1VhdbiX9HOgBRa9OQH4kQCgm52O
&lt;br&gt;&amp;gt; XFw62RS1rwzmgZRAKEICsw4=
&lt;br&gt;&amp;gt; =CR9b
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Roller-5.0-tp26481760s12275p26482078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482155</id>
	<title>Re: unable to save drafts or publish new entries</title>
	<published>2009-11-23T09:00:48Z</published>
	<updated>2009-11-23T09:00:48Z</updated>
	<author>
		<name>mraible</name>
	</author>
	<content type="html">I get a permission denied error almost every day when I go into the admin
&lt;br&gt;UI. I believe it happens when I'm using Remember Me. Refreshing solves the
&lt;br&gt;problem, but it is annoying (but obviously not annoying enough for me to fix
&lt;br&gt;it).
&lt;br&gt;&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 9:42 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482155&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A bit more information. &amp;nbsp;If I hit the brower's URL line, not just hit the
&lt;br&gt;&amp;gt; button, I get a generic &amp;quot;permissionDenied&amp;quot; warning but there are absolutely
&lt;br&gt;&amp;gt; no details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 9:08 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482155&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I've created an external location for the search-index, themes and
&lt;br&gt;&amp;gt; &amp;gt; uploads. &amp;nbsp;It's owned by the appserver.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can even
&lt;br&gt;&amp;gt; &amp;gt; delete them.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; When I try to save new entries I get a 'changes saved' message and even
&lt;br&gt;&amp;gt; see
&lt;br&gt;&amp;gt; &amp;gt; the new buttons on the bottom, but I don't see any log entries and
&lt;br&gt;&amp;gt; there's
&lt;br&gt;&amp;gt; &amp;gt; no indication that the database has been updated. E.g., the content on
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; &amp;gt; right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Ideas?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Bear
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26482155.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481760</id>
	<title>Roller 5.0</title>
	<published>2009-11-23T08:46:25Z</published>
	<updated>2009-11-23T08:46:25Z</updated>
	<author>
		<name>Gregor Schneider</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi there,
&lt;br&gt;&lt;br&gt;on the Roller website is mentioned that Roller 5.0 will be due in
&lt;br&gt;&amp;quot;fall 2009&amp;quot;, Since fall is almost over, can anybody shed some light on
&lt;br&gt;the release-date?
&lt;br&gt;&lt;br&gt;TIA
&lt;br&gt;&lt;br&gt;Gregor
&lt;br&gt;- --
&lt;br&gt;just because your paranoid, doesn't mean they're not after you...
&lt;br&gt;gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
&lt;br&gt;gpgp-key available
&lt;br&gt;@ &lt;a href=&quot;http://pgpkeys.pca.dfn.de:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgpkeys.pca.dfn.de:11371&lt;/a&gt;&lt;br&gt;@ &lt;a href=&quot;http://pgp.mit.edu:11371/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgp.mit.edu:11371/&lt;/a&gt;&lt;br&gt;skype:rc46fi
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (MingW32)
&lt;br&gt;Comment: Use GnuPG with Firefox : &lt;a href=&quot;http://getfiregpg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfiregpg.org&lt;/a&gt;&amp;nbsp;(Version: 0.7.10)
&lt;br&gt;&lt;br&gt;iD8DBQFLCrxj07P+AosxcLIRApOXAJ4oxX6Ht1VhdbiX9HOgBRa9OQH4kQCgm52O
&lt;br&gt;XFw62RS1rwzmgZRAKEICsw4=
&lt;br&gt;=CR9b
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Roller-5.0-tp26481760s12275p26481760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481677</id>
	<title>Re: unable to save drafts or publish new entries</title>
	<published>2009-11-23T08:42:43Z</published>
	<updated>2009-11-23T08:42:43Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">A bit more information. &amp;nbsp;If I hit the brower's URL line, not just hit the
&lt;br&gt;button, I get a generic &amp;quot;permissionDenied&amp;quot; warning but there are absolutely
&lt;br&gt;no details.
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 9:08 AM, Bear Giles &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgiles@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've created an external location for the search-index, themes and
&lt;br&gt;&amp;gt; uploads. &amp;nbsp;It's owned by the appserver.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can even
&lt;br&gt;&amp;gt; delete them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to save new entries I get a 'changes saved' message and even see
&lt;br&gt;&amp;gt; the new buttons on the bottom, but I don't see any log entries and there's
&lt;br&gt;&amp;gt; no indication that the database has been updated. E.g., the content on the
&lt;br&gt;&amp;gt; right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bear
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26481677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26480941</id>
	<title>unable to save drafts or publish new entries</title>
	<published>2009-11-23T08:08:33Z</published>
	<updated>2009-11-23T08:08:33Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">I've created an external location for the search-index, themes and uploads.
&lt;br&gt;It's owned by the appserver.
&lt;br&gt;&lt;br&gt;Since rebooting the appserver I can edit existing entries. &amp;nbsp;I can even
&lt;br&gt;delete them.
&lt;br&gt;&lt;br&gt;When I try to save new entries I get a 'changes saved' message and even see
&lt;br&gt;the new buttons on the bottom, but I don't see any log entries and there's
&lt;br&gt;no indication that the database has been updated. E.g., the content on the
&lt;br&gt;right bar (e.g., recent drafts) hasn't changed.
&lt;br&gt;&lt;br&gt;Ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-save-drafts-or-publish-new-entries-tp26480941s12275p26480941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477788</id>
	<title>Re: WeblogCategories II</title>
	<published>2009-11-23T05:11:23Z</published>
	<updated>2009-11-23T05:11:23Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">On Thu, Nov 19, 2009 at 11:36 AM, Ana Pardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anampardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello! I have a problem with customizing the way categories are displayed. I
&lt;br&gt;&amp;gt; want to list each category individually, so the only way i could think to do
&lt;br&gt;&amp;gt; this is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;))
&lt;br&gt;&amp;gt;  #showWeblogCategoryLinksList($model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;)
&lt;br&gt;&amp;gt; false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;p&amp;gt; #set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Nuestras Marcas&amp;quot;))
&lt;br&gt;&amp;gt; #showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Eventos&amp;quot;))
&lt;br&gt;&amp;gt; #showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This code gives me two problems:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) When i select any of those categories the name changes to
&lt;br&gt;&amp;gt; &amp;quot;categoryObject.name&amp;quot;. I don't understand wy it doesn't shows the name of
&lt;br&gt;&amp;gt; the category instead. Is there an easier way to list the category one by
&lt;br&gt;&amp;gt; one? Or is there something else i have to add to my code?
&lt;/div&gt;&lt;br&gt;That is probably because $model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;)
&lt;br&gt;or some other call to getWeblogCategory() is failing and returning
&lt;br&gt;null. You might need to pass &amp;quot;/Noticias&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 2) It appends a bullet at the beginning of the category name. I can't find
&lt;br&gt;&amp;gt; the way of deleting that, i have removed the tags &amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;,&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;, and
&lt;br&gt;&amp;gt; any other tag asociated with list in html and it doesn't go away. Is there a
&lt;br&gt;&amp;gt; way of doing this?
&lt;br&gt;&lt;br&gt;If you use #showWeblogCategoryLinksList() then you're gonna get a list
&lt;br&gt;(i.e. with &amp;lt;li&amp;gt; elements). You can use CSS styles to make those go
&lt;br&gt;away.
&lt;br&gt;&lt;br&gt;You don't have to use #showWeblogCategoryLinksList(), you can write
&lt;br&gt;your own Velocity code to display the categories any way you'd like.
&lt;br&gt;&lt;br&gt;Hope that helps...
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WeblogCategories-II-tp25588583s12275p26477788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439047</id>
	<title>Re: changed webapp, now get 'server not bootstrapped' error</title>
	<published>2009-11-19T22:44:55Z</published>
	<updated>2009-11-19T22:44:55Z</updated>
	<author>
		<name>Horatia</name>
	</author>
	<content type="html">&lt;br&gt;1. no database connection
&lt;br&gt;2. tomcat has not the ownership of all files
&lt;br&gt;&lt;br&gt;Horatia
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/changed-webapp%2C-now-get-%27server-not-bootstrapped%27-error-tp26438157s12275p26439047.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438157</id>
	<title>changed webapp, now get 'server not bootstrapped' error</title>
	<published>2009-11-19T20:14:33Z</published>
	<updated>2009-11-19T20:14:33Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">We're upgrading our server and our copy of roller has been moved from jetty
&lt;br&gt;to the tomcat server.
&lt;br&gt;&lt;br&gt;The app is starting but I get &amp;quot; javax.servlet.ServletException:
&lt;br&gt;java.lang.IllegalStateException: Roller Weblogger has not been bootstrapped
&lt;br&gt;yet&amp;quot;. &amp;nbsp;I've double-checked that I've copied over the necessary files and set
&lt;br&gt;up JNDI properly to point to the existing database.
&lt;br&gt;&lt;br&gt;Ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/changed-webapp%2C-now-get-%27server-not-bootstrapped%27-error-tp26438157s12275p26438157.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26435364</id>
	<title>Re: Links always going to &quot;localhost&quot;</title>
	<published>2009-11-19T14:36:54Z</published>
	<updated>2009-11-19T14:36:54Z</updated>
	<author>
		<name>John Pritchard-Williams-3</name>
	</author>
	<content type="html">Hi Vishwajit,
&lt;br&gt;&lt;br&gt;This might be your Tomcat configuration - check the
&lt;br&gt;&amp;lt;tomcat&amp;gt;\conf\server.xml file and see whether the virtual host is set
&lt;br&gt;to 'localhost'.
&lt;br&gt;&lt;br&gt;Here's an example with host set to 'myhost':
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;Host name=&amp;quot;myhost&amp;quot; &amp;nbsp;appBase=&amp;quot;webapps&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; unpackWARs=&amp;quot;true&amp;quot; autoDeploy=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlValidation=&amp;quot;false&amp;quot; xmlNamespaceAware=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I took this from Tomcat6, you are using 5 so double-check the docs in
&lt;br&gt;case this has changed between releases.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Nov 19, 2009 at 1:45 PM, Madan, Vishwajit
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26435364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vishwajit.madan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have installed Roller 4.0.1 under Tomcat 5.5 and MySQL 5 and created
&lt;br&gt;&amp;gt; one sample web blog.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The things are working fine but on the sample page displayed most of
&lt;br&gt;&amp;gt; links like &amp;quot;comments&amp;quot; etc are pointing to &amp;quot;localhost&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Due to this issue I am unable to access all features of blog from other
&lt;br&gt;&amp;gt; machine (except hosting machine/localhost).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Currently I am using &amp;quot;Brushed Metal&amp;quot; theme. Please help me in fixing the
&lt;br&gt;&amp;gt; issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vishwajit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please help Logica to respect the environment by not printing this email  / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail /  Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. /  Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Links-always-going-to-%22localhost%22-tp26426539s12275p26435364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26431341</id>
	<title>Re: Looking for Perforamce Recommendations</title>
	<published>2009-11-19T10:18:40Z</published>
	<updated>2009-11-19T10:18:40Z</updated>
	<author>
		<name>Horatia</name>
	</author>
	<content type="html">Please advice more details:
&lt;br&gt;-hardware
&lt;br&gt;-software
&lt;br&gt;-description of your problem(s); performance and/or ssl?
&lt;br&gt;&lt;br&gt;Horatia
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-Perforamce-Recommendations-tp26421388s12275p26431341.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421388</id>
	<title>Looking for Perforamce Recommendations</title>
	<published>2009-11-19T08:54:12Z</published>
	<updated>2009-11-19T08:54:12Z</updated>
	<author>
		<name>dbrunkow</name>
	</author>
	<content type="html">Can anyone point me to any good Roller performance tuning doc. I've googled but haven't found anything I'm happy with. We're fighting with getting SSL to work only for login for one, but I wondered if there was any doc that could help us improve performance other than reducing use of SSL.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-Perforamce-Recommendations-tp26421388s12275p26421388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421385</id>
	<title>Re: WeblogCategories II</title>
	<published>2009-11-19T08:36:14Z</published>
	<updated>2009-11-19T08:36:14Z</updated>
	<author>
		<name>Ana Pardo</name>
	</author>
	<content type="html">Hello! I have a problem with customizing the way categories are displayed. I want to list each category individually, so the only way i could think to do this is:
&lt;br&gt;&lt;br&gt;&amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;))
&lt;br&gt;&amp;nbsp;#showWeblogCategoryLinksList($model.weblog.getWeblogCategory(&amp;quot;Noticias&amp;quot;) false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;lt;p&amp;gt; #set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Nuestras Marcas&amp;quot;))
&lt;br&gt;#showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;lt;p&amp;gt;#set($rootCategory = $model.weblog.getWeblogCategory(&amp;quot;Eventos&amp;quot;))
&lt;br&gt;#showWeblogCategoryLinksList($rootCategory false true)&amp;lt;/p&amp;gt; 
&lt;br&gt;&lt;br&gt;This code gives me two problems:
&lt;br&gt;&lt;br&gt;1) When i select any of those categories the name changes to &amp;quot;categoryObject.name&amp;quot;. I don't understand wy it doesn't shows the name of the category instead. Is there an easier way to list the category one by one? Or is there something else i have to add to my code?
&lt;br&gt;&lt;br&gt;2) It appends a bullet at the beginning of the category name. I can't find the way of deleting that, i have removed the tags &amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;,&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;, and any other tag asociated with list in html and it doesn't go away. Is there a way of doing this?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Horatia wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello!
&lt;br&gt;&lt;br&gt;Is there a way to hide one category of
&lt;br&gt;categories &amp;nbsp;displayed; e.g. from:
&lt;br&gt;&lt;br&gt;All &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; All
&lt;br&gt;Music &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; General
&lt;br&gt;General &amp;nbsp; &amp;nbsp; &amp;nbsp;to &amp;nbsp; &amp;nbsp; &amp;nbsp; Java 
&lt;br&gt;Java &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;Horatia
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WeblogCategories-II-tp25588583s12275p26421385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26428875</id>
	<title>Re: Links always going to &quot;localhost&quot;</title>
	<published>2009-11-19T08:01:13Z</published>
	<updated>2009-11-19T08:01:13Z</updated>
	<author>
		<name>Anil Gangolli</name>
	</author>
	<content type="html">&lt;br&gt;When logged in as a site administrator, navigate to Main Menu -&amp;gt; Server 
&lt;br&gt;Administration -&amp;gt; Server Admin tab. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Fill in the field labeled &amp;quot;Absolute URL to site (if required)&amp;quot; with 
&lt;br&gt;publicly exposed prefix that leads to the roller webapp. &amp;nbsp; &amp;nbsp;For example, 
&lt;br&gt;&amp;quot;&lt;a href=&quot;http://blogs.example.com/roller&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.example.com/roller&lt;/a&gt;&amp;quot; or if running as the ROOT webapp in 
&lt;br&gt;Tomcat, &amp;quot;&lt;a href=&quot;http://blogs.example.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.example.com/&lt;/a&gt;&amp;quot;. 
&lt;br&gt;&lt;br&gt;--a.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Madan, Vishwajit wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have installed Roller 4.0.1 under Tomcat 5.5 and MySQL 5 and created
&lt;br&gt;&amp;gt; one sample web blog.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The things are working fine but on the sample page displayed most of
&lt;br&gt;&amp;gt; links like &amp;quot;comments&amp;quot; etc are pointing to &amp;quot;localhost&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Due to this issue I am unable to access all features of blog from other
&lt;br&gt;&amp;gt; machine (except hosting machine/localhost).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Currently I am using &amp;quot;Brushed Metal&amp;quot; theme. Please help me in fixing the
&lt;br&gt;&amp;gt; issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vishwajit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please help Logica to respect the environment by not printing this email &amp;nbsp;/ Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / &amp;nbsp;Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / &amp;nbsp;Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Links-always-going-to-%22localhost%22-tp26426539s12275p26428875.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26426949</id>
	<title>Re: Links always going to &quot;localhost&quot;</title>
	<published>2009-11-19T06:08:15Z</published>
	<updated>2009-11-19T06:08:15Z</updated>
	<author>
		<name>Christopher Blasnik</name>
	</author>
	<content type="html">Hi Vishwajit,
&lt;br&gt;&lt;br&gt;I just faced the same problem. By default all links in Roller are 
&lt;br&gt;absolute, which is especially bad in a multi-blog environment where you 
&lt;br&gt;want to access the same resources from different domains.
&lt;br&gt;&lt;br&gt;In order to tackle the problem you will have to change:
&lt;br&gt;- the theme you use (velocity) to use relative urls
&lt;br&gt;- some of the Model methods OR add some model methods to use relative 
&lt;br&gt;urls (which are used in the velocity templates)
&lt;br&gt;- the MediaFileImageChooser
&lt;br&gt;&lt;br&gt;However, places where you don't want relative urls are feeds, for instance.
&lt;br&gt;&lt;br&gt;If you only use one domain, this might be done via your web container's 
&lt;br&gt;configuration or apache.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;- Chris
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christopher Blasnik
&lt;br&gt;UCS - unique computing solutions gmbh
&lt;br&gt;Löwengasse 2/8
&lt;br&gt;A-1030 Vienna, Austria
&lt;br&gt;&lt;a href=&quot;http://www.ucs.at/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ucs.at/&lt;/a&gt;&lt;br&gt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26426949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;c.blasnik@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Madan, Vishwajit wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have installed Roller 4.0.1 under Tomcat 5.5 and MySQL 5 and created
&lt;br&gt;&amp;gt; one sample web blog.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The things are working fine but on the sample page displayed most of
&lt;br&gt;&amp;gt; links like &amp;quot;comments&amp;quot; etc are pointing to &amp;quot;localhost&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Due to this issue I am unable to access all features of blog from other
&lt;br&gt;&amp;gt; machine (except hosting machine/localhost).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Currently I am using &amp;quot;Brushed Metal&amp;quot; theme. Please help me in fixing the
&lt;br&gt;&amp;gt; issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vishwajit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please help Logica to respect the environment by not printing this email &amp;nbsp;/ Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / &amp;nbsp;Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / &amp;nbsp;Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Links-always-going-to-%22localhost%22-tp26426539s12275p26426949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26426735</id>
	<title>RE: Links always going to &quot;localhost&quot;</title>
	<published>2009-11-19T05:56:37Z</published>
	<updated>2009-11-19T05:56:37Z</updated>
	<author>
		<name>Williams, David A.</name>
	</author>
	<content type="html">Vishwajit,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you are proxying back to tomcat, you may need to set proxyName in your server.xml file for tomcat to something like: 
&lt;br&gt;&lt;br&gt;proxyName=&amp;quot;blog.yourdomain.com&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -David
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Madan, Vishwajit [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26426735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vishwajit.madan@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, November 19, 2009 8:46 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26426735&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26426735&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-help@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26426735&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-owner@...&lt;/a&gt;
&lt;br&gt;Subject: Links always going to &amp;quot;localhost&amp;quot;
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I have installed Roller 4.0.1 under Tomcat 5.5 and MySQL 5 and created
&lt;br&gt;one sample web blog.
&lt;br&gt;&lt;br&gt;The things are working fine but on the sample page displayed most of
&lt;br&gt;links like &amp;quot;comments&amp;quot; etc are pointing to &amp;quot;localhost&amp;quot;.
&lt;br&gt;&lt;br&gt;Due to this issue I am unable to access all features of blog from other
&lt;br&gt;machine (except hosting machine/localhost).
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Currently I am using &amp;quot;Brushed Metal&amp;quot; theme. Please help me in fixing the
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks in advance!!
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Vishwajit
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Please help Logica to respect the environment by not printing this email &amp;nbsp;/ Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / &amp;nbsp;Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu sch?tzen. / &amp;nbsp;Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Links-always-going-to-%22localhost%22-tp26426539s12275p26426735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26426539</id>
	<title>Links always going to &quot;localhost&quot;</title>
	<published>2009-11-19T05:45:58Z</published>
	<updated>2009-11-19T05:45:58Z</updated>
	<author>
		<name>Madan, Vishwajit</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I have installed Roller 4.0.1 under Tomcat 5.5 and MySQL 5 and created
&lt;br&gt;one sample web blog.
&lt;br&gt;&lt;br&gt;The things are working fine but on the sample page displayed most of
&lt;br&gt;links like &amp;quot;comments&amp;quot; etc are pointing to &amp;quot;localhost&amp;quot;.
&lt;br&gt;&lt;br&gt;Due to this issue I am unable to access all features of blog from other
&lt;br&gt;machine (except hosting machine/localhost).
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Currently I am using &amp;quot;Brushed Metal&amp;quot; theme. Please help me in fixing the
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks in advance!!
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Vishwajit
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Please help Logica to respect the environment by not printing this email &amp;nbsp;/ Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / &amp;nbsp;Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / &amp;nbsp;Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Links-always-going-to-%22localhost%22-tp26426539s12275p26426539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26414511</id>
	<title>Re: Homepage template customisation</title>
	<published>2009-11-18T11:51:05Z</published>
	<updated>2009-11-18T11:51:05Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">Again, from the Template Guide...
&lt;br&gt;&lt;br&gt;$model.weblogCategory give you the Weblog selected by the current request.
&lt;br&gt;&lt;br&gt;So $model.weblog.getRecentWeblogEntries($model.weblogCategory.path, 5)
&lt;br&gt;should get you the most recent 5 entries in that category.
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 18, 2009 at 10:35 AM, Ana Mercedes Pardo
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26414511&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anampardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is there a way that i could get the weblogs entries specifying the category
&lt;br&gt;&amp;gt; as the one that has been selected. For example if the user just clicked on
&lt;br&gt;&amp;gt; the Music category i want to tell the getRecentWeblogEntries to display the
&lt;br&gt;&amp;gt; category that has been click.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/18 Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26414511&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;snoopdave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There is a method in the weblog object that get the most recent
&lt;br&gt;&amp;gt;&amp;gt; entries in a weblog category:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   List getRecentWeblogEntries(String cat, int max)
&lt;br&gt;&amp;gt;&amp;gt;   Get most recent WeblogEntries in the weblog up to the number max.
&lt;br&gt;&amp;gt;&amp;gt;   You can specify a category name if you'd liike only entries from
&lt;br&gt;&amp;gt;&amp;gt; one category (or “nil” for all categories).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There is also one in the model object that does the same, but with a pager:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pager getWeblogEntriesPager(String catPath)
&lt;br&gt;&amp;gt;&amp;gt; Returns a pager that contains only entries from the specified category.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If your weblog is the Front Page weblog and Aggregated front page
&lt;br&gt;&amp;gt;&amp;gt; weblog is enabled, then those method will return entries from all
&lt;br&gt;&amp;gt;&amp;gt; weblogs in the system.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please refer to the Template Guide for more info/examples.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - Dave
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 2, 2009 at 11:39 PM, Ross Shaw &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26414511&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross.shaw@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I'd like to tweak the homepage of my roller blog (version 4.01) so it
&lt;br&gt;&amp;gt;&amp;gt; shows
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the most recent post from a category called 'features' at the top of the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; page, and then the latest posts from all other categories below it. I'm
&lt;br&gt;&amp;gt;&amp;gt; not
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; using the 'frontpage' theme, so the 'pinned to main' function doesn't
&lt;br&gt;&amp;gt;&amp;gt; work.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Any thoughts on how to do this? Here is the relevant part of my existing
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; weblog template if it helps.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        ## show next/previous paging controls
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        #set($pager = $model.getWeblogEntriesPager())
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        &amp;lt;div class=&amp;quot;next-previous&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;            #showNextPrevEntriesControl($pager)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        ## show entries
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        #showWeblogEntriesPager($pager)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; thanks,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Ross
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;  &amp;gt; Sent from the Roller - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26414511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26410060</id>
	<title>Re: Homepage template customisation</title>
	<published>2009-11-18T07:35:53Z</published>
	<updated>2009-11-18T07:35:53Z</updated>
	<author>
		<name>Ana Pardo</name>
	</author>
	<content type="html">Is there a way that i could get the weblogs entries specifying the category
&lt;br&gt;as the one that has been selected. For example if the user just clicked on
&lt;br&gt;the Music category i want to tell the getRecentWeblogEntries to display the
&lt;br&gt;category that has been click.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/18 Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26410060&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;snoopdave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; There is a method in the weblog object that get the most recent
&lt;br&gt;&amp;gt; entries in a weblog category:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; List getRecentWeblogEntries(String cat, int max)
&lt;br&gt;&amp;gt; &amp;nbsp; Get most recent WeblogEntries in the weblog up to the number max.
&lt;br&gt;&amp;gt; &amp;nbsp; You can specify a category name if you'd liike only entries from
&lt;br&gt;&amp;gt; one category (or “nil” for all categories).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is also one in the model object that does the same, but with a pager:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pager getWeblogEntriesPager(String catPath)
&lt;br&gt;&amp;gt; Returns a pager that contains only entries from the specified category.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If your weblog is the Front Page weblog and Aggregated front page
&lt;br&gt;&amp;gt; weblog is enabled, then those method will return entries from all
&lt;br&gt;&amp;gt; weblogs in the system.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please refer to the Template Guide for more info/examples.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 2, 2009 at 11:39 PM, Ross Shaw &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26410060&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross.shaw@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'd like to tweak the homepage of my roller blog (version 4.01) so it
&lt;br&gt;&amp;gt; shows
&lt;br&gt;&amp;gt; &amp;gt; the most recent post from a category called 'features' at the top of the
&lt;br&gt;&amp;gt; &amp;gt; page, and then the latest posts from all other categories below it. I'm
&lt;br&gt;&amp;gt; not
&lt;br&gt;&amp;gt; &amp;gt; using the 'frontpage' theme, so the 'pinned to main' function doesn't
&lt;br&gt;&amp;gt; work.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any thoughts on how to do this? Here is the relevant part of my existing
&lt;br&gt;&amp;gt; &amp;gt; weblog template if it helps.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;## show next/previous paging controls
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#set($pager = $model.getWeblogEntriesPager())
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;next-previous&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#showNextPrevEntriesControl($pager)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;## show entries
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#showWeblogEntriesPager($pager)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thanks,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Ross
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Sent from the Roller - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26410060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26409235</id>
	<title>Re: Homepage template customisation</title>
	<published>2009-11-18T06:49:17Z</published>
	<updated>2009-11-18T06:49:17Z</updated>
	<author>
		<name>Dave-401</name>
	</author>
	<content type="html">There is a method in the weblog object that get the most recent
&lt;br&gt;entries in a weblog category:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;List getRecentWeblogEntries(String cat, int max)
&lt;br&gt;&amp;nbsp; &amp;nbsp;Get most recent WeblogEntries in the weblog up to the number max.
&lt;br&gt;&amp;nbsp; &amp;nbsp;You can specify a category name if you'd liike only entries from
&lt;br&gt;one category (or “nil” for all categories).
&lt;br&gt;&lt;br&gt;There is also one in the model object that does the same, but with a pager:
&lt;br&gt;&lt;br&gt;Pager getWeblogEntriesPager(String catPath)
&lt;br&gt;Returns a pager that contains only entries from the specified category.
&lt;br&gt;&lt;br&gt;If your weblog is the Front Page weblog and Aggregated front page
&lt;br&gt;weblog is enabled, then those method will return entries from all
&lt;br&gt;weblogs in the system.
&lt;br&gt;&lt;br&gt;Please refer to the Template Guide for more info/examples.
&lt;br&gt;&lt;br&gt;- Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 2, 2009 at 11:39 PM, Ross Shaw &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26409235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross.shaw@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to tweak the homepage of my roller blog (version 4.01) so it shows
&lt;br&gt;&amp;gt; the most recent post from a category called 'features' at the top of the
&lt;br&gt;&amp;gt; page, and then the latest posts from all other categories below it. I'm not
&lt;br&gt;&amp;gt; using the 'frontpage' theme, so the 'pinned to main' function doesn't work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any thoughts on how to do this? Here is the relevant part of my existing
&lt;br&gt;&amp;gt; weblog template if it helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        ## show next/previous paging controls
&lt;br&gt;&amp;gt;        #set($pager = $model.getWeblogEntriesPager())
&lt;br&gt;&amp;gt;        &amp;lt;div class=&amp;quot;next-previous&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;            #showNextPrevEntriesControl($pager)
&lt;br&gt;&amp;gt;        &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        ## show entries
&lt;br&gt;&amp;gt;        #showWeblogEntriesPager($pager)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ross
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26159966.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Roller - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26409235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26401327</id>
	<title>Re: Homepage template customisation</title>
	<published>2009-11-17T18:11:20Z</published>
	<updated>2009-11-17T18:11:20Z</updated>
	<author>
		<name>Ross Shaw</name>
	</author>
	<content type="html">Can anyone help with my request from a few weeks ago? I'm a newbie, so the answer may be staring me in the face if I know where to look.
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Ross Shaw wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I'd like to tweak the homepage of my roller blog (version 4.01) so it shows the most recent post from a category called 'features' at the top of the page, and then the latest posts from all other categories below it. I'm not using the 'frontpage' theme, so the 'pinned to main' function doesn't work.
&lt;br&gt;&lt;br&gt;Any thoughts on how to do this? Here is the relevant part of my existing weblog template if it helps.
&lt;br&gt;&lt;br&gt;&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ## show next/previous paging controls
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #set($pager = $model.getWeblogEntriesPager()) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&amp;quot;next-previous&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #showNextPrevEntriesControl($pager)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ## show entries
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #showWeblogEntriesPager($pager)
&lt;br&gt;&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&lt;br&gt;Ross
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Homepage-template-customisation-tp26159966s12275p26401327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26373351</id>
	<title>another vanity url question</title>
	<published>2009-11-16T06:56:16Z</published>
	<updated>2009-11-16T06:56:16Z</updated>
	<author>
		<name>Bear Giles</name>
	</author>
	<content type="html">Another technical vanity url question. &amp;nbsp;Sorry for the new thread but I
&lt;br&gt;thought it would be missed if I tried to continue original thread.
&lt;br&gt;&lt;br&gt;Basically I can't log in (anymore). &amp;nbsp;When I go through the proxied site I
&lt;br&gt;get There is no Action mapped for action name login-redirect' message and
&lt;br&gt;the Jetty logs show the ultimate question was &amp;quot;GET
&lt;br&gt;/fizzycats/roller-ui/login-redirect.rol&amp;quot;
&lt;br&gt;&lt;br&gt;The interesting thing is that I can access the site directly (treating it as
&lt;br&gt;a conventional blog) and the very same URL works. &amp;nbsp;Plus it worked last
&lt;br&gt;night.
&lt;br&gt;&lt;br&gt;What's going on?! &amp;nbsp;Should they both work if they have the same URL at the
&lt;br&gt;Jetty layer?
&lt;br&gt;&lt;br&gt;BTW the current proxy rules are:
&lt;br&gt;The current proxy rules are:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyRequests Off
&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyPass / &lt;a href=&quot;http://10.10.1.1:8888/fizzycatz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.10.1.1:8888/fizzycatz&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyPassReverse / &lt;a href=&quot;http://10.10.1.1:8888/fizzycatz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.10.1.1:8888/fizzycatz&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyHTMLExtended Off
&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyHTMLURLMap &lt;a href=&quot;http://hoopdoogs.com:8888/fizzycatz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hoopdoogs.com:8888/fizzycatz&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://fizzycatz.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fizzycatz.com&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyHTMLURLMap &lt;a href=&quot;http://10.10.1.1:8888/fizzycatz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.10.1.1:8888/fizzycatz&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://fizzycatz.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fizzycatz.com&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ProxyHTMLURLMap /fizzycatz/ /
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;SetOutputFilter proxy-html
&lt;br&gt;&lt;br&gt;The first URLMap is because the site was sometimes returning the 'naked'
&lt;br&gt;blog URL instead of properly reproxying it. &amp;nbsp;This forces the URL back to the
&lt;br&gt;proxied address.
&lt;br&gt;&lt;br&gt;The last URLMap handles images and css files.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bear
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/another-vanity-url-question-tp26373351s12275p26373351.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26367328</id>
	<title>Re: revisiting vanity urls</title>
	<published>2009-11-15T22:11:28Z</published>
	<updated>2009-11-15T22:11:28Z</updated>
	<author>
		<name>nnaass</name>
	</author>
	<content type="html">Hassan you acting like a 13 yrs old , first wither he puts the context in
&lt;br&gt;the server.xml or not, it's wasn't &amp;nbsp;the point, &amp;nbsp;I was saying that you
&lt;br&gt;actually can link 2 domains to the same context. I also pointed out that he
&lt;br&gt;can use some apache and tomcat rewrite to do some url rewriting &amp;nbsp;(like what
&lt;br&gt;he trying to do with mod_proxy.c).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 16, 2009 at 7:18 AM, Hassan Schroeder &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26367328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hassan.schroeder@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, Nov 15, 2009 at 7:43 PM, ALAA MURAD &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26367328&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alaamurad@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm not sure why so upset about it &amp;nbsp;, but sure look at &amp;quot;4. Configuring
&lt;br&gt;&amp;gt; Virtual Hosts&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://oreilly.com/java/archive/tomcat-tips.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oreilly.com/java/archive/tomcat-tips.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You mean
&lt;br&gt;&amp;gt; &amp;nbsp;Top Ten Tomcat Configuration Tips
&lt;br&gt;&amp;gt; &amp;nbsp;by Jason Brittain and Ian F. Darwin, authors of Tomcat: The Definitive
&lt;br&gt;&amp;gt; Guide
&lt;br&gt;&amp;gt; &amp;nbsp;06/25/2003
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 6-year-old advice? No, thanks, I'll stick with the actual Tomcat docs,
&lt;br&gt;&amp;gt; and current tomcat-users mailing list discussions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; As I said I never tried it with roller (I'm using wp nowadays but
&lt;br&gt;&amp;gt; thinking about Rolller, maybe in the future) , also the context is MUST and
&lt;br&gt;&amp;gt; I think it's totally bad idea to put the context file in the users' counts
&lt;br&gt;&amp;gt; (if you care about security !). for virtual host it's better to put it in
&lt;br&gt;&amp;gt; the server.xml file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have no idea what &amp;quot;in the users' counts&amp;quot; means, but again, it's not
&lt;br&gt;&amp;gt; considered good practice to put Context elements in server.xml.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Having to run a Tomcat for every account is totally unreasonable and if
&lt;br&gt;&amp;gt; can't do it or Roller doesn't support multiple domains I don't see what is
&lt;br&gt;&amp;gt; the point for having such a heavy enterprise system, just go with WP !
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Running &amp;quot;a Tomcat for every account&amp;quot; is exactly what virtual hosting
&lt;br&gt;&amp;gt; avoids.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Also if you live in planet Earth and you are a software engineer I advise
&lt;br&gt;&amp;gt; you to think-outside-the-box. W3C advice designers not use table for layout
&lt;br&gt;&amp;gt; and 90% of websites are using table .
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wow. What that has to do with the original subject is utterly beyond
&lt;br&gt;&amp;gt; me, so, uh, yeah -- if there's a question about what planet you live on,
&lt;br&gt;&amp;gt; it's probably outside the scope of this discussion.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Hassan Schroeder ------------------------ &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26367328&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hassan.schroeder@...&lt;/a&gt;
&lt;br&gt;&amp;gt; twitter: @hassan
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revisiting-vanity-urls-tp26347438s12275p26367328.html" />
</entry>

</feed>
