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
sigfrontend
The "front end" for SIG display; it redirects the user to whatever page has
been defined as the "default" for that SIG.
com.silverwrist.venice.servlets.SIGFrontEnd
sigprofile
Displays the profile for a given SIG.
com.silverwrist.venice.servlets.SIGProfile
sigadmin
SIG administration functions.
com.silverwrist.venice.servlets.SIGAdmin
sigoperations
General SIG operations.
com.silverwrist.venice.servlets.SIGOperations
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
testformdata
com.silverwrist.util.test.FormDataTest
dumpall
com.silverwrist.util.test.DumpAll
top
/top
framestatic
/frame/*
account
/account
systemadmin
/sysadmin
settings
/settings
userdisplay
/user/*
sigfrontend
/sig/*
sigprofile
/sigprofile
sigadmin
/sigadmin
sigoperations
/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/*
testformdata
/testformdata
dumpall
/dumpall
dumpall
/dump/*
default.jsp
index.html
60