## ====== Database Driver settings ========= # Found in separate properties files, name matches class file # name for that data wrapper DB_USE_FIRST_FORPOOL=true DB_PROPS=SRGMgrDataBaseBean,SystemDataBaseBean,TVAStoreDataBaseBean # DB_PROPS=SRGMgrDataBaseBean,TVAStoreDataBaseBean # DB_PROPS=SystemDataBaseBean,SRGMgrDataBaseBean,TVAStoreDataBaseBean DB_LOAD_TABLELIST=true; ## ============Path Base Class =============== # This is the base class for all Path classes BASE_CLASS=com.microps.web.servlets.path ## ============ Main Index Page name =============== # This is the page that the system considers the "Home" page # and will return to when any serious error is encounters or the user # clicks the "home" link. ## INCLUDE THE CORRECT EXTENSION ( .html or .jsp ) site.home.index.name=index_basic.html ## ============ Object Cache Settings ======================= # The following setttings control the caching of data. Time in minutes # Site Properties (re-loading of this file) SITECACHE=1 # MetaData Cache (Months, CrimeTypes, Boundaries) METACACHE=1440 # Query Cache (not used yet) QUERYCACHE=60 ##============ BreadCrumb Settings ======== BC_FONTSIZE=2 BC_FONTSTYLE=Verdana, Arial, Helvetica, sans-serif ##============ End BreadCrumb ======== ##================= Email Feedback and Error Reporting ===================== # SMTP Host SMTPHost=pop3.slctnet.com #SMTPHost=mail.sonicspider.net #SMTPHost=smtp.esonicspider.com #SMTP Port SMTPPort=25 SMTP_USER=jbm SMTP_PASSWORD=green #==== Testing ====== #SMTPHost=clivewalden.com #SMTP Port #SMTPPort=25 #SMTP_USER=jbm #SMTP_PASSWORD=green # General Email "from" EMAIL_GEN_FROM=noreply@esonicspider.com # Feedback Email Addresses # List as many addresses as desired separated by a semiColon (;) FEEDBACK_EMAIL=jbm@esonicspider.com;clivew@esonicspider.com ## Feedback page settings FEEDBACK_TITLE=The Suggeston Box FEEDBACK_SUBJECT=Suggestion Box FEEDBACK_COMMENT=Your feedback is appreciated. FEEDBACK_RESPONSE_TITLE=Thank you! # Note this message must be all on one line. FEEDBACK_RESPONSE_MSG=Your feedback is appreciated. # Enable TechAlert ERROR_TECH_ALERT_ENABLE=true # List as many addresses as desired separated by a semiColon (;) ERROR_TECH_ALERT=jbm@esonicspider.com;clivew@esonicspider.com # Site contact so that there is the ability to respond quickly to error. (single email address) ERROR_TECH_LOCAL_CONTACT=jbm@esonicspider.com # Email subject title (Allows Client to identify error sources quickly) ERROR_TECH_SUBJECT=TechAlert from [TVA_SRG Mgr - Deployed] # Name of log file output by Log4j ERROR_TECH_LOG4J_LOGNAME=/usr/local/tomcat/logs/debug/srgmgr.log # Error page - Show error on Error page SHOW_ERROR_ON_PAGE=true ##================= End Feedback and Error Reporting =======================