#################################################################### ## W E B L O G I C G L O B A L P R O P E R T I E S F I L E #################################################################### weblogic.password.system=pAsswOrd weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA # Server certificates for SSL # ------------------------------------------------ weblogic.security.certificate.server=democert.pem weblogic.security.key.server=demokey.pem weblogic.security.certificate.authority=ca.pem # registration for certificate generator servlet weblogic.httpd.register.Certificate=utils.certificate weblogic.allow.execute.weblogic.servlet.Certificate=system weblogic.allow.execute.weblogic.servlet.classes=everyone weblogic.allow.execute.weblogic.servlet=everyone # Uncomment this property to disable HTTPD #weblogic.httpd.enable=false # Performance pack. The shared library must be accessible from your # PATH (NT) or from your shared library path (UNIX; the name of the # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.) weblogic.system.nativeIO.enable=true # Outputs logging information to the console as well as to the log file weblogic.system.enableConsole=false # Properties for tuning the server's performance # ------------------------------------------------ # Number of WebLogic Server execute threads. weblogic.system.executeThreadCount=15 # Other optional system properties # ------------------------------------------------ # Limits size of weblogic.log (in K) and versions old log weblogic.system.maxLogFileSize=10240 # Adjust minimum length of password weblogic.system.minPasswordLen=8 # UNIX only: If running on port 80 on UNIX, enable the setUID program weblogic.system.enableSetUID=true # UNIX only: Unprivileged user to setUID to after starting up # WebLogic Server on port 80 weblogic.system.nonPrivUser=nobody # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # SECURITY-RELATED PROPERTIES FOR WORKSPACES # ------------------------------------------------ # For backward compatibility, the following entries disable Access # Control on Workspaces weblogic.allow.read.weblogic.workspace=everyone weblogic.allow.write.weblogic.workspace=everyone # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # HTTPD ADMINISTRATIVE PROPERTIES # ------------------------------------------------ # Enables logging of HTTPD info in common log format and # sets the log file name (default is "access.log" in "myserver") weblogic.httpd.enableLogFile=true weblogic.httpd.logFileName=access.log # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD weblogic.httpd.enableEvents=false # Enables HTTP sessions weblogic.httpd.session.enable=true # MIME types weblogic.httpd.mimeType.text/html=html,htm weblogic.httpd.mimeType.image/gif=gif weblogic.httpd.mimeType.image/jpeg=jpeg,jpg weblogic.httpd.mimeType.application/pdf=pdf weblogic.httpd.mimeType.application/zip=zip weblogic.httpd.mimeType.application/x-java-vm=class weblogic.httpd.mimeType.application/x-java-archive=jar weblogic.httpd.mimeType.application/x-java-serialized-object=ser weblogic.httpd.mimeType.application/octet-stream=exe weblogic.httpd.mimeType.text/vnd.wap.wml=wml weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp # In seconds, the keep-alive for HTTP and HTTPS requests weblogic.httpd.http.keepAliveSecs=60 weblogic.httpd.https.keepAliveSecs=120 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # WEBLOGIC JDBC DRIVER PROPERTIES # ------------------------------------------------ # Enables JDBC driver logging and sets the file name for the log weblogic.jdbc.enableLogFile=true weblogic.jdbc.logFileName=/var/log/weblogic/jdbc.log
Return to the main document
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.