home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / etc / somenv.ini < prev    next >
INI File  |  1996-12-24  |  11KB  |  290 lines

  1. ;/***!Start!***
  2. ; *
  3. ; *   ORIGINS: 27
  4. ; *
  5. ; *   25H7912  (C)   COPYRIGHT International Business Machines Corp. 1992,1996
  6. ; *   All Rights Reserved
  7. ; *   Licensed Materials - Property of IBM
  8. ; *   The source code for this program is not published or otherwise divested
  9. ; *   of its trade secrets, irrespective of what has been deposited with the
  10. ; *   U.S. Copyright Office.
  11. ; *
  12. ; ***!End!***/
  13. ; @(#) 1.69 src/somu/somenv.ini, somu.config.ini, som3.0 12/17/96 09:58:51 [12/24/96 07:58:14]
  14. ;
  15. ; This file contains SOMObjects environment settings.
  16. ; Some settings can be overridden by environment variables;
  17. ; see the documentation for the particular SOMobjects framework
  18. ; for more information.
  19. ;
  20. ;
  21. [somras]
  22. ; RAS configuration stanza.  This controls the Error Log Facility.
  23. ;
  24. ;
  25.     SOMErrorLogFile=SOMERROR.LOG
  26. ;       The name of the file where error log entries will be stored.  If
  27. ;       unset, the default is SOMErrorLogFile=SOMERROR.LOG. The error log
  28. ;       file is always placed in the directory pointed to by the SOMDDIR
  29. ;       configuration variable of the [somd] stanza.  We recommend that
  30. ;       all processes on a system share one error log file.
  31. ;
  32.     SOMErrorLogSize=128
  33. ;       The size, in kilobytes, of the error log file.  If unset, the
  34. ;       default is SOMErrorLogSize=128.  The default allows space for
  35. ;       several hundred average sized log entries.
  36. ;
  37.     SOMErrorLogControl=WARNING ERROR MAPPED_EXCEPTION
  38. ;       A filter to control what types of log entries will be included
  39. ;       in the error log file.  Multiple values may be specified,
  40. ;       delimited by spaces.  Valid values include INFO, WARNING,
  41. ;       ERROR, and MAPPED_EXCEPTION.  If unset, the default is
  42. ;       SOMErrorLogControl=WARNING ERROR MAPPED_EXCEPTION.
  43. ;
  44.     SOMErrorLogDisplayMsgs=YES
  45. ;       In addition to making a log entry also display each formatted
  46. ;       error log message, without the extended log data, to the standard
  47. ;       output device.  Valid values are NO or YES. If unset, the
  48. ;       default is SOMErrorLogDisplayMsgs=YES.
  49. ;
  50. [somsec]
  51. ;
  52. ;    SECURITY_SERVER_ALIAS is the name used by som_cfg to register the
  53. ;    security server implementation.  If unset, the default is securityServer.
  54. ;    SECURITY_SERVER_ALIAS=
  55. ;
  56. ;    LOGIN_INFO_SOURCE is a list of sources for obtaining login
  57. ;    information of a user for authentication. The possibilities are
  58. ;    LOGIN_INFO_SOURCE=DEFAULT ENV UPM PROMPT
  59. ;    The options may be specified in any order and any combination.
  60. ;    The first option to yield the required login information is used
  61. ;    and subsequent ones ignored. Unrecognized options are ignored.
  62. ;    DEFAULT is equivalent to UPM on OS2 and ENV on AIX and other platforms.
  63. ;    LOGIN_INFO_SOURCE=
  64. ;    turns off authentication. Beware that a secure server may reject
  65. ;    requests from unauthenticated clients.
  66. ;
  67.      LOGIN_INFO_SOURCE=DEFAULT
  68. ;
  69. ;    LOGIN_TIMEOUT specifies the duration (in seconds) after which
  70. ;    a quest for login information will timeout.
  71.      LOGIN_TIMEOUT=30
  72. ;
  73. ;
  74. [somnm]
  75. ; Name Service environment configuration stanza.
  76. ;       Uses SOMDDIR setting specified in the "somd" stanza to store Naming related 
  77. ;    files. If unset, the default is %SOMBASE%\etc\dsom.
  78. ;
  79. ;       NAMING_SERVER_ALIAS is the name used by som_cfg to register the
  80. ;       naming server implementation.  If unset, the default is namingServer.
  81. ;    NAMING_SERVER_ALIAS=
  82. ;
  83. ;       GLOBAL_OBJREF_FILE is the name of the file used by som_cfg to hold
  84. ;       the global object reference.  In the case of an install host, the
  85. ;       object reference will be written to this file.  In the case of a
  86. ;       DSOM host, the object reference will be read from this file.
  87. ;       If unset, the default is to place the file SOMNM.REF in the
  88. ;       directory pointed to by the SOMDDIR configuration variable of the
  89. ;       [somd] stanza.  Note that this value must be set for the DSOM host 
  90. ;       to a directory other than the default.
  91. ;    GLOBAL_OBJREF_FILE=
  92. ;
  93. [somir]
  94. ; Interface Repository settings
  95. ;       SOMIR
  96. ;       The location of the Interface Repository.
  97. ;
  98. ;
  99. ;[somu]
  100. ; SOM utilities and metaclass framework
  101. ;       SOMM_TRACED
  102. ;
  103. ;
  104. [somd]
  105. ; DSOM environment configuration stanza.
  106. ;
  107. ;       SOMDDIR
  108. ;       The location of the Implementation Repository and other DSOM-related
  109. ;       files.  If unset, the default is %SOMBASE%\etc\dsom.
  110. ;
  111.         HOSTNAME=thehostname
  112. ;       Used to set the Principal object that represents the client.
  113. ;       Also used by the DSOM Factory Service.
  114. ;       The HOSTNAME environment variable overrides this setting.
  115. ;       See also the HOSTNAME settings in the SOMD_IPC, SOMD_TCPIP, and
  116. ;       SOMD_NetBIOS stanzas below.
  117. ;
  118.         SOMDPROTOCOLS=SOMD_IPC
  119. ;       The communications protocols configured on this machine,
  120. ;       delimited by spaces. Valid values include SOMD_IPC, SOMD_TCPIP, 
  121. ;       and SOMD_NetBIOS.  For example:   
  122. ;       SOMDPROTOCOLS=SOMD_IPC SOMD_TCPIP SOMD_NetBIOS
  123. ;       Default is SOMD_IPC only.   
  124. ;       When SOMD_IPC is used, it should appear first.
  125. ;       Each protocol named in SOMDPROTOCOLS must have a subsequent stanza
  126. ;       specifying settings for that protocol (e.g., HOSTNAME and SOMDPORT).
  127. ;
  128.         CHECK_CONNECTION_INTERVAL=5
  129. ;       How often, in minutes, DSOM should check for broken IPC connection.
  130. ;
  131.     SOMDRECVWAIT=30
  132. ;    The number of seconds to wait for a socket to become readable before
  133. ;    generating a communications timeout error.
  134. ;
  135.     SOMDSENDWAIT=30
  136. ;    The number of seconds to wait for a socket to become writable before
  137. ;    generating a communications timeout error.
  138. ;
  139. ;       SOMDNUMTHREADS
  140. ;       The maximum number of threads a multithreaded server will use.
  141. ;       (Default is "unlimited".)
  142. ;
  143. ;       SOMDTHREADSTACKSIZE
  144. ;       The stack size used when creating new threads in a server, in bytes.
  145. ;       Default is 65536.
  146. ;
  147. ;
  148. ;
  149. [SOMD_IPC]
  150. ; Stanza for the DSOM IPC protocol for workstation communication (UNO IIOP).
  151. ;
  152.     HOSTNAME=thehostname
  153. ;       This should be set to the name by which this machine is known.
  154. ;
  155.     SOMDPORT=3002
  156. ;       The port on which the DSOM daemon will listen for requests.
  157. ;
  158.     CSFactoryClass=SOMDCallStrmIIOP::CallStreamFactoryIIOP
  159. ;     The CallStreamFactory class name for this protocol.
  160. ;       This setting should not be changed or removed.
  161. ;
  162.         CSRegistrarClass=SOMDCSRegRI::CallStreamRegistrarRI
  163. ;       The CallStreamRegistrar class name for this protocol.
  164. ;       This setting should not be changed or removed.
  165. ;
  166.         CSTransportClass=SOMDtipc::IPCTransportFactory
  167. ;       The Listening transport class name for this protocol.
  168. ;       This setting should not be changed or removed.
  169. ;
  170.         CSLocationName=SOMD_IPC
  171. ;       This is the name of the protocol the server uses to communicate
  172. ;       with the location service (SOMDD).  This setting should not be
  173. ;       changed or removed.  
  174. ;
  175.         CSProfileTag=1229081857;
  176. ;       CallStreamFactory tag for this protocol; its decimal "IBM1".
  177. ;       This is a protocol-unique tag used to represent the protocol
  178. ;       within object references.
  179. ;
  180.     CALL_POOL_SIZE=16
  181. ;    The average number of requests that a client expects to send
  182. ;    simultaneously over this protocol, or if its a server, then 
  183. ;    its the average number of simultaneous objects the server 
  184. ;    expects to export (or return) over this protocol.
  185. ;
  186.     ENCAP_POOL_SIZE=4
  187. ;    The average number of requests that a client expects to send
  188. ;    simultaneously over this protocol, or if a server, 
  189. ;    the average number of simultaneous objects the server 
  190. ;    expects to export (or return) over this protocol.
  191. ;
  192. ;
  193. ;
  194. [SOMD_TCPIP]
  195. ; Stanza for the DSOM TPC/IP protocol (UNO IIOP).
  196. ;
  197.     HOSTNAME=thehostname
  198. ;       This should be set to the name by which this machine is known.
  199. ;
  200.     SOMDPORT=3003
  201. ;       The port on which the DSOM daemon will listen for requests.
  202. ;
  203.     CSFactoryClass=SOMDCallStrmIIOP::CallStreamFactoryIIOP
  204. ;     The CallStreamFactory class name for this protocol.
  205. ;       This setting should not be changed or removed.
  206. ;
  207.         CSRegistrarClass=SOMDCSRegRI::CallStreamRegistrarRI
  208. ;       The CallStreamRegistrar class name for this protocol.
  209. ;       This setting should not be changed or removed.
  210. ;
  211.         CSTransportClass=SOMDtip::TCPIPTransportFactory
  212. ;       The Listening transport class name for this protocol.
  213. ;       This setting should not be changed or removed.
  214. ;
  215.         CSLocationName=SOMD_TCPIP
  216. ;       This is the name of the protocol the server uses to communicate
  217. ;       with the location service (SOMDD).  This setting should not be
  218. ;       changed or removed.  
  219. ;
  220.         CSProfileTag=0;
  221. ;       CallStreamFactory tag for this protocol.
  222. ;       This is a protocol-unique tag used to represent the protocol
  223. ;       within object references.
  224. ;
  225.     CALL_POOL_SIZE=16
  226. ;       Average number of outstanding remote calls a DSOM process expects
  227. ;       to have simultaneously over this protocol.
  228. ;
  229.     ENCAP_POOL_SIZE=4
  230. ;    The average number of requests that a client expects to send
  231. ;    simultaneously over this protocol, or if a server, 
  232. ;    the average number of simultaneous objects the server 
  233. ;    expects to export (or return) over this protocol.
  234. ;
  235. ;
  236. [SOMD_NetBIOS]
  237. ; Stanza for the DSOM NetBIOS protocol (UNO IIOP).
  238. ;
  239.     HOSTNAME=thehostname
  240. ;       This should be set to the name by which this machine is known.
  241. ;
  242.     SOMDPORT=3005
  243. ;       The port on which the DSOM daemon will listen for requests.
  244. ;
  245.     CSFactoryClass=SOMDCallStrmIIOP::CallStreamFactoryIIOP
  246. ;     The CallStreamFactory class name for this protocol.
  247. ;       This setting should not be changed or removed.
  248. ;
  249.         CSRegistrarClass=SOMDCSRegRI::CallStreamRegistrarRI
  250. ;       The CallStreamRegistrar class name for this protocol.
  251. ;       This setting should not be changed or removed.
  252. ;
  253.         CSTransportClass=SOMDtip::NBIPTransportFactory
  254. ;       The Listening transport class name for this protocol.
  255. ;       This setting should not be changed or removed.
  256. ;
  257.         CSLocationName=SOMD_NetBIOS
  258. ;       This is the name of the protocol the server uses to communicate
  259. ;       with the location service (SOMDD).  This setting should not be
  260. ;       changed or removed.  
  261. ;
  262.         CSProfileTag=1229081859;
  263. ;       CallStreamFactory tag for this protocol; its decimal "IBM3"
  264. ;       This is a protocol-unique tag used to represent the protocol
  265. ;       within object references.
  266. ;
  267.     CALL_POOL_SIZE=16
  268. ;       Average number of outstanding remote calls a DSOM process expects
  269. ;       to have simultaneously over this protocol.
  270. ;
  271.     ENCAP_POOL_SIZE=4
  272. ;    The average number of requests that a client expects to send
  273. ;    simultaneously over this protocol, or if a server, 
  274. ;    the average number of simultaneous objects the server 
  275. ;    expects to export (or return) over this protocol.
  276. ;
  277. [SOMD_JCLIENT]
  278.         SERVICES_FILE_TARGET=
  279. ;       The web server directory location of the "well-known objects" file.
  280. ;       This file can be placed anywhere in the HTML directory tree of the
  281. ;       Java applet web server, as long as it it not protected by
  282. ;       any security access mechanisms.  A recommended location for this
  283. ;       file is in the top-level HTML directory, for example 
  284. ;       SERVICES_FILE_TARGET=d:\WWW\HTML     (/WWW/HTML on AIX)
  285. ;       where "d:" is the drive letter.
  286. ;       The services file will be named "services" and created in this
  287. ;       directory during som_cfg execution.  If you do not intend to use 
  288. ;       Java clients from this SOM server machine, you may comment this 
  289. ;       line out.
  290.