Venice Web Communities System
Venice Web Communities System (TODO: fill out description)
logging.config
WEB-INF/logging.xml
The path and file name of the Log4J logger configuration file, relative to the application root.
dynamo.config
WEB-INF/dynamo.xml
The path and file name of the base Dynamo configuration file, relative to the application root.
The default, if not specified, is "WEB-INF/dynamo.xml".
ScriptExec
Executes a scripting file as a servlet.
com.silverwrist.dynamo.servlet.ScriptExecServlet
remove.extension
vs
The extension which is used in the servlet mapping to distinguish scripts to execute. This
extension is removed from the servlet path to create the script name.
script.prefix
/scripts
The resource prefix to use for scripts. This is prepended to the servlet path to create the
script name which is executed.
XmlRpc
Executes XML-RPC requests.
com.silverwrist.dynamo.xmlrpc.XmlRpcServlet
subsystem.object
xmlrpc
The object name of the XML-RPC subsystem object. Must match the name configured for the
com.silverwrist.dynamo.xmlrpc.XmlRpcSubSystem object in dynamo.xml.
Remapper
Remaps URLs to other URLs programmatically.
com.silverwrist.dynamo.servlet.RemapperServlet
data.object
remapper
The object name of the remapper data object. Must match the name configured for the
com.silverwrist.dynamo.servlet.RemapperData object in dynamo.xml.
Image
Serves up images from the ImageStore.
com.silverwrist.dynamo.servlet.ImageServlet
image.store
images
The object name of the image store object. Must match the name configured for the
com.silverwrist.dynamo.db.ImageStoreObject object in dynamo.xml.
StyleSheet
Serves up CSS stylesheets for use by the frame.
com.silverwrist.venice.frame.StyleSheetServlet
Frame
Frames static pages within the outer Venice frame.
com.silverwrist.venice.servlet.FrameServlet
content.prefix
static
The prefix to apply to the static content path before retrieving it. Interpreted
relative to the Web application root (i.e. where Web content normally gets linked from).
cache.hard.limit
5
Maximum number of documents that will be hard-cached by this servlet. Must be at least 1.
cache.soft.limit
10
Maximum number of documents that will be soft-cached by this servlet. Will always be at least
twice the number of hard-cached documents.
PasswordRecovery
Used to access the password recovery feature; changes user passwords.
com.silverwrist.venice.session.PasswordRecoveryServlet
User
Displays user profiles.
com.silverwrist.venice.servlet.UserServlet
Community
Displays the community homepage.
com.silverwrist.venice.servlet.CommunityServlet
ScriptExec
*.vs
XmlRpc
/RPC2
Remapper
/verifyemail
Image
/imagedata/*
StyleSheet
/stylesheet-base.css
StyleSheet
/stylesheet-advanced.css
Frame
/frame/*
PasswordRecovery
/passrecovery/*
User
/user/*
Community
/community/*
Community
/sig/*
60
default.jsp
index.html