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. render.config WEB-INF/render-config.xml The path and file name, relative to the application root directory, of the Venice rendering configuration file, which needs to be loaded into the Venice rendering system at start-up. top Displays the top-level page of the Venice application. com.silverwrist.venice.servlets.Top 3 framestatic Displays static content inside the Venice frame. com.silverwrist.venice.servlets.FrameStatic account Account management operations - login, logout, create, verify email, enter profile. com.silverwrist.venice.servlets.Account systemadmin System administration operations. com.silverwrist.venice.servlets.SystemAdmin settings User customization and settings operations. com.silverwrist.venice.servlets.Settings userdisplay Displays Venice user profiles. com.silverwrist.venice.servlets.UserDisplay communityfrontend The "front end" for community display; it redirects the user to whatever page has been defined as the "default" for that community. com.silverwrist.venice.servlets.CommunityFrontEnd communityprofile Displays the profile for a given community. com.silverwrist.venice.servlets.CommunityProfile communityadmin Community administration functions. com.silverwrist.venice.servlets.CommunityAdmin communityoperations General community operations. com.silverwrist.venice.servlets.CommunityOperations find The main Find page. com.silverwrist.venice.servlets.Find confoperations General conference operations. com.silverwrist.venice.servlets.ConfOperations confdisplay Conference topic list and topic display. com.silverwrist.venice.servlets.ConfDisplay postmessage Posting messages to a conference. com.silverwrist.venice.servlets.PostMessage attachment Andles downloading and uploading attachments. com.silverwrist.venice.servlets.Attachment topicoperations General topic operations. com.silverwrist.venice.servlets.TopicOperations postoperations General post operations. com.silverwrist.venice.servlets.PostOperations postshortcut Processes post links and redirects to the appropriate page. com.silverwrist.venice.servlets.PostShortcut imageretrieve Retrieves images from the database image store and displays them. com.silverwrist.venice.servlets.ImageRetrieve userphoto Changes the photo in a user's profile (uploads a new one). com.silverwrist.venice.servlets.UserPhoto stylesheet Generates the stylesheet included by the top-level JSP file). com.silverwrist.venice.servlets.StyleSheet passrecovery Performs a password change operation for a user that's forgotten their password. com.silverwrist.venice.servlets.PasswordRecovery communitylogo Changes the logo for a community (uploads a new one). com.silverwrist.venice.servlets.CommunityLogo gateway Gateways access to a specific URL through the Venice login screen. com.silverwrist.venice.servlets.Gateway memberredirect Displays the members list for a community (internal redirect to CommunityOperations). com.silverwrist.venice.servlets.MemberRedirect adminuserphoto Changes the photo in a user's profile (uploads a new one). com.silverwrist.venice.servlets.AdminUserPhoto findpost Searches for posts in communities, conferences, or topics. com.silverwrist.venice.servlets.FindPost testformdata com.silverwrist.util.test.FormDataTest dumpall com.silverwrist.util.test.DumpAll top /top framestatic /frame/* account /account systemadmin /sysadmin settings /settings userdisplay /user/* communityfrontend /sig/* communityprofile /sigprofile communityadmin /sigadmin communityoperations /sigops find /find confoperations /confops confdisplay /confdisp postmessage /post attachment /attachment topicoperations /topicops postoperations /postops postshortcut /go/* imageretrieve /imagedata/* userphoto /userphoto stylesheet /stylesheet passrecovery /passrecovery/* communitylogo /commlogo gateway /gw memberredirect /members adminuserphoto /adminuserphoto findpost /findpost testformdata /testformdata dumpall /dumpall dumpall /dump/* default.jsp index.html 60