## ====== Database Driver settings ========= # Found in separate properties files, name matches class file # name for that data wrapper DB_USE_FIRST_FORPOOL=true DB_PROPS=HotspotDataBaseBean,AccountDataBaseBean,GatewayDataBaseBean,CompanyDataBaseBean ## ============Path Base Class =============== # This is the base class for all Path classes BASE_CLASS=com.microps.web.servlets.path ## ============ 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 #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=sales@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@microps.com # Site contact so that there is the ability to respond quickly to error. (single email address) ERROR_TECH_LOCAL_CONTACT=jbm@microps.com # Email subject title (Allows Client to identify error sources quickly) ERROR_TECH_SUBJECT=TechAlert from [HotSpot CM] # Name of log file output by Log4j ERROR_TECH_LOG4J_LOGNAME=/usr/local/tomcat/logs/debug/hotspot.log # Error page - Show error on Error page SHOW_ERROR_ON_PAGE=true ##================= End Feedback and Error Reporting =======================