home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F27672_bootstrap.properties < prev    next >
Text File  |  2000-08-01  |  5KB  |  130 lines

  1. ################################################################
  2. # @(#)bootstrap.properties    1.0 98/08/21
  3. #
  4. # Configuration properties for JVM and plugin initialization
  5. #
  6.  
  7. ##################################################################
  8. # ---------------------WARNING------------------------------------
  9. # All properties in this file must start with the following prefixes:
  10. #       server.
  11. #       ose.
  12. ##################################################################
  13.  
  14. ##################################################################
  15. # System Properties                                              #
  16. #
  17. # Installation Root Directory
  18. # WARNING!!! server.root must contain forward slashes '/'
  19. server.root=C:/WEBSPH~1/APPSER~1
  20. ##################################################################
  21.  
  22. #################################################################
  23. # OSE library setup                                             #
  24. #################################################################
  25.  
  26. ##
  27. # Full path to the location of the OSE libraries.                     
  28. ose.library.path=C:\WEBSPH~1\APPSER~1\bin
  29.  
  30.  
  31. #####################################################
  32. # Names of the OSE Libraries to use for the different supported jvm Types and 
  33. # engine operation modes.
  34. # The property is specified as "ose.library.<mode>.<jvmtype>=<Library Name>"
  35. # The library must be in the directory specified by ose.library.path.
  36.  
  37. ##
  38. # In-Process Support Libraries
  39. ose.library.in.jni=asinj.dll
  40. ose.library.in.msjvm=asinm.dll
  41.  
  42. ##                                     
  43. # Out-of-Process Support Libraries
  44. ose.library.out=asoutc.dll
  45. ##
  46. # Single thread version
  47. ose.library.outst=asoutc.dll  
  48.  
  49. ##
  50. # Common services support library.
  51. ose.commonserv.lib=ascommon.dll
  52. ##
  53. # Single thread version
  54. ose.commonservst.lib=ascommon.dll
  55.  
  56.  
  57. ########################################################################################
  58. ## Thread Usage Parameter
  59. ##   The following parameter determines how the application server interacts with the 
  60. ##   underlying webserver.  For Netscape and Domino Go Webservers, the response to an
  61. ##   HTTP request must be made on the same thread as the request.  The Application Server
  62. ##   provides a mechanism that will ensure this behavior is satisfied. However, this insurance
  63. ##   will negatively impact performance.  Therefore, the following property allows you to 
  64. ##   enable or disable the insurance, depending on the types of servlets you are running in
  65. ##   the application server.  If you are running single threaded servlets, or your multithreaded
  66. ##   servlets ALWAYS write to the response object on the original request thread, leave this 
  67. ##   property set to TRUE.  If you are using chaing/filtering or you have multithreaded servlets
  68. ##   that write to the response object on a thread other than the request thread, set this property
  69. ##   to FALSE.  If you are not running Netscape or Domino Go, set this property to TRUE in all
  70. ##   cases.  If you are running the application server in a separate process from the webserver
  71. ##   (out-of-process mode), this property is ignored and always set to TRUE
  72. ose.single.thread=true
  73.  
  74. ##
  75. # Temp ose directory.
  76. # To optimize performance insure that ose.tmp.dir points to a local drive
  77. #
  78. ose.tmp.dir=C:/WEBSPH~1/APPSER~1/temp
  79.  
  80. ##
  81. # Logs ose directory
  82. # Directory in which native logs are written
  83. #
  84. ose.logs.dir=C:/WEBSPH~1/APPSER~1/logs
  85.  
  86. ##
  87. # Refresh interval for ose properties
  88. # in seconds.
  89. # Larger values optimize performance in a production enviroment 
  90. ose.refresh.interval=20
  91.  
  92. ##
  93. # Set the common native web-server plugins log level
  94. # values of ose.native.log.leve may be a combination of
  95. # TRACE INFORM ERROR WARNING
  96. ose.native.log.level=ERROR|WARNING
  97.  
  98. ##
  99. # Set the plugin specific native web-server plugins log level
  100. # values of ose.native.log.leve may be a combination of
  101. # TRACE INFORM ERROR WARNING
  102. ose.plugin.log.level=ERROR|WARNING
  103.  
  104. ##
  105. # Set the specific native web-server plugins security setting
  106. # values of ose.security.enabled may be a combination of
  107. # true|false
  108. ose.security.enabled=true
  109.  
  110. ##
  111. # Set HTTP Session affinity 
  112. # values of ose.session.affinity may be either 
  113. # true|false
  114. ose.session.affinity=true
  115.  
  116. ########################################################################################
  117. # Admin Server Properties
  118. #
  119. ose.adminqueue=ibmappserve
  120. ose.max.conncurrency=1
  121. ose.srvgrp.ibmappserve.type=FASTLINK
  122. ose.srvgrp.ibmappserve.clonescount=1
  123. ose.srvgrp.ibmappserve.clone1.port=8081
  124. ose.srvgrp.ibmappserve.clone1.type=local
  125. ose.srvgrp.ibmappserve.clone1.host=localhost
  126.  
  127.  
  128.  
  129.  
  130.