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
/home/erbo/venice/WEB-INF/logging-config.xml
The full path and file name of the LOG4J configuration file, which needs
to be loaded into LOG4J's DOMConfigurator at start-up.
venice.config
/home/erbo/venice/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
/home/erbo/venice/WEB-INF/render-config.xml
The full path and file name 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
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
testformdata
com.silverwrist.util.test.FormDataTest
top
/top
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/*
testformdata
/testformdata
60