To the Brass 
Cannon Webboard
Established 1986

Kevin Martin - PO Box 82783 - Portland, OR 97282
# PER-CLUSTER PROPERTIES 7/28/00
weblogic.httpd.clustering.enable=true
weblogic.httpd.documentRoot=/freetaxprep/products/
weblogic.cluster.multicastAddress=224.168.4.10
weblogic.cluster.multicastTTL=1
weblogic.cluster.defaultLoadAlgorithm=round-robin

weblogic.system.logFile=/var/log/weblogic/weblogic.log

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Deploy ALL App-wide EJB Here
# ------------------------------------------------
weblogic.ejb.deploy=/freetaxprep/classes/ejb_States.jar
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Deploy ALL App-wide Servlets Here
# ------------------------------------------------
#Federal Prototype Servlets
weblogic.httpd.register.H1040IncomeServlet=com.freetaxprep.preparation.federal.display.H1040IncomeServlet
weblogic.httpd.register.H1040NameAddressServlet=com.freetaxprep.preparation.federal.display.H1040NameAddressServlet
weblogic.httpd.register.H1040FilingStatusServlet=com.freetaxprep.preparation.federal.display.H1040filingstatusServlet

#servlets 8/3/2000 for california/federal2000 didn't work...
weblogic.httpd.register.ca540_2ez_start_interviewServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_start_interviewServlet
weblogic.httpd.register.ca540_2ez_interview_2Servlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_interview_2Servlet
weblogic.httpd.register.ca540_2ez_renters_credit_questionServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_renters_credit_questionServlet
weblogic.httpd.register.ca540_2ez_adjustments_to_incomeServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_adjustments_to_incomeServlet
weblogic.httpd.register.ca540_2ez_interview_2Servlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_interview_2Servlet
weblogic.httpd.register.ca540_2ez_final_info_worksheetServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_final_info_worksheetServlet
weblogic.httpd.register.ca540_2ez_itemized_deduction_questionServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_itemized_deduction_questionServlet
weblogic.httpd.register.ca540_2ez_rent_credit_worksheetServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_rent_credit_worksheetServlet
weblogic.httpd.register.ca540_2ez_rent_credit_worksheet_2Servlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_rent_credit_worksheet_2Servlet
weblogic.httpd.register.ca540_2ez_spouse_separate_worksheetServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_spouse_separate_worksheetServlet
weblogic.httpd.register.pdfServlet=com.freetaxprep.preparation.states.printing.pdfServlet
weblogic.httpd.register.ca540_2ez_summaryServlet=com.freetaxprep.preparation.states.servlet.ca540_2ez_summaryServlet
weblogic.httpd.register.il1040_summaryServlet=com.freetaxprep.preparation.states.servlet.il1040_summaryServlet

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# ACLs
# ------------------------------------------------
#
weblogic.allow.execute.weblogic.servlet.classes=everyone
#
# Servlet reload properties
# weblogic.httpd.servlet.classpath=/freetaxprep/classes
weblogic.httpd.servlet.reloadCheckSecs=-1
#
# File servlet registration
weblogic.httpd.register.file=weblogic.servlet.FileServlet
weblogic.httpd.initArgs.file=defaultFilename=index.html
#
# ServerSideInclude servlet registration
weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet
#
# Default servlet registration
weblogic.httpd.defaultServlet=file
#
weblogic.system.listenPort=1080
weblogic.security.ssl.enable=false
#weblogic.system.SSLListenPort=6643
weblogic.httpd.documentRoot=/freetaxprep/products/
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
weblogic.httpd.register.*.jsp=\
       weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
       pageCheckSeconds=1,\
       compileCommand=/opt/Solaris_JDK_1.2.2_05a/bin/javac,\
       workingDir=/weblogic/ftp/compiled_jsp,\
       verbose=true,\
       keepgenerated=true
#
weblogic.jdbc.connectionPool.oraclePool=\
       url=jdbc:weblogic:oracle,\
       driver=weblogic.jdbc.oci.Driver,\
       loginDelaySecs=0,\
       initialCapacity=10,\
       maxCapacity=100,\
       capacityIncrement=5,\
       allowShrinking=true,\
       shrinkPeriodMins=10,\
       refreshMinutes=10,\
       props=user=TAX2000;password=xxxxxxxx;server=TAX

# Set up ACLs for this connection pool with the following:
weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=everyone
weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=everyone
weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=everyone


See also:
 Global properties
 Cluster properties
 Server properties

Return to the main document


Please Note

If a search engine dropped you directly into this document, you should go to the index page to find out what you're reading. This document is a record of a project from 1999-2000 -- it is not a current guide to installing any software product.