Every time I start my container (tomcat 5.0x), there is a ton of slide
output (see example below).

I have "outputToConsole" set to "false'" in my web.xml. I had
"outputToFile" commented out, then tried uncommenting it and setting
the filename to /dev/null. I even tried removing all the logger jars
from the slide webapp. Interestingly, slide still worked, but I still
saw the console output.

I even tried setting up a log4j.properties file that would not log
"info" items, which is what is being output. That didn't help either.

This may not seem like a huge deal, but over time it becomes very
annoying. Please help!


Here is the output that I see every time I start up the container:

16 Jun 2005 12:52:44 - org.apache.slide.common.Domain - INFO -
Initializing Domain
16 Jun 2005 12:52:44 - org.apache.slide.common.Domain - INFO - Domain
configuration : {org.apache.slide.lock=true,
org.apache.slide.versioncontrol=true, org.apache.slide.debug=false,
org.apache.slide.search=true, org.apache.slide.security=true,
org.apache.slide.urlEncoding=UTF-8}
16 Jun 2005 12:52:44 - org.apache.slide.common.Domain - INFO - Domain
parameters: {logger-level=6, versioncontrol-exclude=,
auto-version=checkout-checkin, historypath=/history,
checkin-fork=forbidden, workingresourcepath=/workingresource,
workspacepath=/workspace, default=slide, auto-version-control=true,
logger=org.apache.slide.util.logger.SimpleLogger,
checkout-fork=forbidden}
16 Jun 2005 12:52:44 - org.apache.slide.common.Domain - INFO -
Initializing namespace : slide
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
Loading namespace slide parameters
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
Loading namespace definition
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
nodestore: org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
16 Jun 2005 12:52:44 - file-meta-store - INFO - File Store configured
to /home/dante/slide_store/store/metadata, working directory
/home/dante/slide_store/work/metadata
16 Jun 2005 12:52:44 - file-meta-store - INFO - Set timeout to 120
16 Jun 2005 12:52:44 - file-meta-store - INFO - Enabling deferred saving
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
securitystore references nodestore
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
lockstore references nodestore
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
revisiondescriptorsstore references nodestore
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
revisiondescriptorstore references nodestore
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
contentstore: org.apache.slide.store.txfile.TxFileContentStore
16 Jun 2005 12:52:44 - file-content-store - INFO - File Store
configured to /home/dante/slide_store/store/content, working directory
/home/dante/slide_store/work/content
16 Jun 2005 12:52:44 - file-content-store - INFO - Set timeout to 120
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
sequencestore: org.apache.slide.store.txfile.FileSequenceStore
16 Jun 2005 12:52:44 - org.apache.slide.store.txfile.FileSequenceStore
- INFO - File Sequence Store configured to
/home/dante/slide_store/store/sequence
16 Jun 2005 12:52:44 - INFO - Setting TLock timeout for store tx to 120 seconds
16 Jun 2005 12:52:44 - INFO - Setting object cache size for store tx to 10000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting permission cache size for store tx to 10000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting lock cache size for store tx to 100
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting descriptors cache size for store tx to 10000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting descriptor cache size for store tx to 10000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting content caching for store tx to false
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting content cache size for store tx to 10000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting content cache byte size for store tx to 10000000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting transaction content cache size for store tx to 1000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting transaction content cache byte size for store tx to 1000000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Setting maximum byte size for content cache entry for store tx to
50000
16 Jun 2005 12:52:44 - org.apache.slide.store.ExtendedStore - INFO -
Enabling full caching causing low isolation
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
Registering Store tx (class org.apache.slide.store.ExtendedStore) with
parameters {tlock-timeout=120} on scope /
16 Jun 2005 12:52:44 - org.apache.slide.common.Namespace - INFO -
Initializing Store tx(org.apache.slide.store.ExtendedStore)
16 Jun 2005 12:52:45 - org.apache.slide.common.Namespace - INFO -
Loading namespace slide base data
16 Jun 2005 12:52:45 -
org.apache.commons.transaction.file.FileResourceManager - INFO -
Starting RM at '/home/dante/slide_store/store/metadata' /
'/home/dante/slide_store/work/metadata'
16 Jun 2005 12:52:45 -
org.apache.commons.transaction.file.FileResourceManager - INFO -
Started RM
16 Jun 2005 12:52:45 -
org.apache.commons.transaction.file.FileResourceManager - INFO -
Starting RM at '/home/dante/slide_store/store/content' /
'/home/dante/slide_store/work/content'
16 Jun 2005 12:52:45 -
org.apache.commons.transaction.file.FileResourceManager - INFO -
Started RM
16 Jun 2005 12:52:45 - org.apache.slide.common.Namespace - INFO - Init
namespace slide configuration
16 Jun 2005 12:52:45 - org.apache.slide.common.Namespace - INFO -
Import data into namespace slide
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /files
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /files
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users/root
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users/root
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users/john
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users/john
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users/john2
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users/john2
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users/guest
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users/guest
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /users/projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /users/projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /roles
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /roles
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /roles/root
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /roles/root
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /roles/user
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /roles/user
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /roles/guest
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /roles/guest
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /roles/projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /roles/projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/read
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/read
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/read-acl
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/read-acl
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/read-current-user-privilege-set
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/read-current-user-privilege-set
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/write
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/write
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/write-acl
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/write-acl
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/write-properties
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/write-properties
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/write-content
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/write-content
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/bind
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/bind
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/unbind
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/unbind
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /actions/unlock
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /actions/unlock
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /projector
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /projector/work
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /projector/work
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /history
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /history
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /workspace
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /workspace
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Loading object /workingresource
16 Jun 2005 12:52:45 - org.apache.slide.common.XMLUnmarshaller - INFO
- Object already exists at /workingresource
16 Jun 2005 12:52:45 - org.apache.slide.common.Namespace - INFO -
Finish init namespace slide configuration
16 Jun 2005 12:52:45 - org.apache.slide.common.Namespace - INFO -
Loading namespace slide configuration
16 Jun 2005 12:52:45 - org.apache.slide.common.Domain - INFO -
Namespace configuration complete

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to