Venice Web Communities System The Venice Web Communities System provides an online conferencing environment, including discussions, online services, and other things. Written by Eric J. Bowersox (erbo@silcom.com). logging.config WEB-INF/logging-config.xml The path and file name, relative to the application root directory, of the LOG4J configuration file, which needs to be loaded into LOG4J's DOMConfigurator at start-up. venice.config WEB-INF/venice-config.xml The full path and file name of the Venice engine configuration file, which needs to be loaded into the Venice engine at start-up. ui.config WEB-INF/ui-config.xml The path and file name, relative to the application root directory, of the Venice user interface configuration file, which needs to be loaded into the Venice UI at start-up. ScriptExec Executes a scripting language file as a servlet. com.silverwrist.venice.ui.servlet.ScriptExecServlet StyleSheet Generates the stylesheet included by the frame JSP file. com.silverwrist.venice.ui.servlet.StyleSheetServlet Frame Displays static content inside the Venice frame. com.silverwrist.venice.ui.servlet.FrameServlet GetImage Retrieves images from the database image store and displays them. com.silverwrist.venice.ui.servlet.GetImageServlet User Displays user profiles. com.silverwrist.venice.ui.servlet.UserServlet CommunityDispatch Redirects the user to the "default" service page for a community. com.silverwrist.venice.ui.servlet.CommunityDispatchServlet PostShortcut Redirects the user to a comunity, conference, topic, or message. com.silverwrist.venice.ui.conf.PostShortcutServlet PasswordRecovery Performs a password change operation for a user that's forgotten their password. com.silverwrist.venice.ui.servlet.PasswordRecoveryServlet Gateway Gateways access to a specific URL through the Venice login screen. com.silverwrist.venice.ui.servlet.GatewayServlet Remapper Remaps calls from one URL to another. com.silverwrist.venice.ui.servlet.RemapperServlet XmlRpc Handles XML-RPC calls for the application. com.silverwrist.venice.ui.rpc.XmlRpcServlet ScriptExec *.vs StyleSheet /stylesheet Frame /frame/* GetImage /imagedata/* User /user/* CommunityDispatch /community/* CommunityDispatch /sig/* PostShortcut /go/* PasswordRecovery /passrecovery/* default.jsp index.html Gateway /gw Remapper /verifyemail XmlRpc /RPC2 60 /tlds/util /WEB-INF/tlds/utils-taglib.tld /tlds/frame /WEB-INF/tlds/frame-taglib.tld /tlds/user /WEB-INF/tlds/user-taglib.tld /tlds/community /WEB-INF/tlds/community-taglib.tld /tlds/conference /WEB-INF/tlds/conference-taglib.tld /tlds/topic /WEB-INF/tlds/topic-taglib.tld /tlds/post /WEB-INF/tlds/post-taglib.tld