weblogic.properties
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:40k
源码类别:

电子政务应用

开发平台:

Java

  1. #VisualCafe deploy codetablemanager.jar
  2. #Mon Aug 28 17:48:25 CST 2000
  3. #                   THE WEBLOGIC PROPERTIES FILE
  4. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  5. # This file, which conforms to the java.util.Properties file
  6. # definition, configures your WebLogic products.  You cannot run
  7. # WebLogic Server without setting required configuration properties in this
  8. # file. Required properties are marked and appear first in the file.
  9. #
  10. # Details on each entry and important information about configuration
  11. # and security are documented on our website. Please go to:
  12. #
  13. #   http://www.weblogic.com/docs51/admindocs/properties.html
  14. #
  15. # for full instructions on how to edit this file.
  16. #
  17. # You do not need to include properties in this file unless you want to
  18. # change the default, embedded property. Some properties on the
  19. # AdminProps page are not listed here because the default property
  20. # is being used. You can change the default by adding the property and
  21. # its value to this file.
  22. #
  23. # You cannot set weblogic.system.home in this file, since the WebLogic Server
  24. # must know where home is in order to retrieve this file. You can
  25. # change WebLogic home on the command line when you start the
  26. # WebLogic Server.
  27. #
  28. # CLUSTER USERS: Note that the (shared) *per-cluster* properties file should
  29. # contain most all of the properties in this file. The only properties
  30. # that potentially belong in a per-server properties file for a server
  31. # running in a cluster are the registration (startup class) of pinned
  32. # RMI objects, and a few tuning properties that may be different for
  33. # servers in the cluster, depending upon hardware and memory. If you use
  34. # a per-server properties file, please REMOVE all properties except those
  35. # that are specifically required in the per-server properties file. You
  36. # can find specific notes on clusters by searching through this file for
  37. # "CLUSTER USERS".
  38. #
  39. # -------------------------------------------------
  40. # The way this file is organized:
  41. #   Core properties (includes REQUIRED and RECOMMENDED)
  42. #      Core system properties
  43. #      Core security-related properties
  44. #      Core security-related properties for SSL
  45. #      Core HTTPD administrative properties
  46. #
  47. #   Optional properties
  48. #      Administrator properties
  49. #      System properties
  50. #      System startup files
  51. #      System shutdown files
  52. #      Security-related properties for Workspaces
  53. #      Jolt for WebLogic properties
  54. #      WebLogic Enterprise Connectivity properties
  55. #      WebLogic File properties
  56. #      WebLogic JMS demo properties
  57. #      WebLogic RMI demo properties
  58. #      WebLogic EJB demo properties
  59. #      WebLogic XML demo properties
  60. #      WebLogic ZAC demo properties
  61. #      HTTPD administrative properties
  62. #      WebLogic JDBC driver properties
  63. #      WebLogic JDBC connection pool management
  64. #      WebLogic demo connection pool
  65. #      WebLogic HTTP Servlet properties
  66. #         Proxy servlet registration
  67. #         Classpath servlet registration
  68. #         File servlet registration
  69. #         ServerSideInclude servlet registration
  70. #         PageCompileServlet (used by JHTML)
  71. #         JSPServlet (used by JSP)
  72. #         ServletServlet registration
  73. #         Servlet reload properties
  74. #         Servlet ACLs
  75. #      WebLogic JSP properties
  76. #      WebLogic JHTML properties
  77. #      WebLogic RMI over IIOP properties
  78. #      User-written and demo servlet registrations
  79. # -------------------------------------------------
  80. #################################################################
  81. # CORE PROPERTIES
  82. # -------------------------------------------------
  83. # You should set these before you start the WebLogic Server the first time.
  84. # If you need more instructions on individual properties in this
  85. # section, check the same section in the Optional Properties, where
  86. # we've left the long explanations. Or, better yet, go to our
  87. # website and read all about properties, at:
  88. #    http://www.weblogic.com/docs51/admindocs/properties.html
  89. #################################################################
  90. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  91. # CORE SYSTEM PROPERTIES
  92. # -------------------------------------------------
  93. # TCP/IP port number at which the WebLogic Server listens for connections
  94. weblogic.system.listenPort=7001
  95. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  96. # CORE SECURITY-RELATED PROPERTIES
  97. # -------------------------------------------------
  98. # Read important information about security at:
  99. #
  100. #   http://www.weblogic.com/docs51/admindocs/properties.html
  101. #
  102. # REQUIRED: The system password MUST be set in order to start the
  103. # WebLogic Server. This password is case-sensitive, at least 8 characters.
  104. # The username for the privileged user is ALWAYS "system".
  105. # This username and password also includes httpd access (see
  106. # HTTPD properties below).
  107. weblogic.password.system=weblogic
  108. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  109. # RECOMMEND Set to 'everyone' if HTTPD is enabled
  110. weblogic.allow.execute.weblogic.servlet=everyone
  111. # Set individual ACLs to restrict access to HTTP-related resources,
  112. # such as the Administration servlets.
  113. # To make your own servlets generally available, follow this 
  114. # pattern (provide a weblogic.allow.execute) for your packages and
  115. # set ACLs as appropriate.
  116. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  117. # CORE SECURITY-RELATED PROPERTIES FOR SSL
  118. # ------------------------------------------------
  119. # Read important information about SSL at:
  120. #
  121. #   http://www.weblogic.com/docs51/classdocs/API_secure.html
  122. #
  123. # Enable SSL 
  124. # (default if property not defined is false)
  125. weblogic.security.ssl.enable=false
  126. #
  127. # SSL listen port
  128. weblogic.system.SSLListenPort=7002
  129. # Servlets for SSL
  130. # ------------------------------------------------
  131. # Authentication servlet for creating tokens for applets
  132. weblogic.httpd.register.authenticated=
  133.  weblogic.t3.srvr.ClientAuthenticationServlet
  134. # Limits number of unclaimed stored tokens
  135. weblogic.security.certificateCacheSize=3
  136. # Capture CA root of client servlet
  137. weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
  138. # Certificates for SSL
  139. # ------------------------------------------------
  140. # Name of acceptable CA roots
  141. # For client authentication change value to a valid .pem file
  142. #weblogic.security.clientRootCA=SecureServerCA.pem
  143. #
  144. # Server certificates for SSL
  145. # ------------------------------------------------
  146. weblogic.security.certificate.server=democert.pem
  147. weblogic.security.key.server=demokey.pem
  148. weblogic.security.certificate.authority=ca.pem
  149. # registration for certificate generator servlet
  150. weblogic.httpd.register.Certificate=utils.certificate
  151. weblogic.allow.execute.weblogic.servlet.Certificate=system
  152. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  153. # CORE HTTPD ADMINISTRATIVE PROPERTIES
  154. # ------------------------------------------------
  155. # True permits the HTTPD to run (default)
  156. # Uncomment this property to disable HTTPD
  157. #weblogic.httpd.enable=false
  158. #
  159. # If authentication is required, add username/password for each user
  160. # who will be included in an ACL, as in this commented-out example:
  161. #weblogic.password.peter=#8gjsL4*
  162. #################################################################
  163. # OPTIONAL PROPERTIES
  164. # ------------------------------------------------
  165. # These properties affect the behavior of the WebLogic Server.
  166. # You only need to set these properties if you want
  167. # to change the default setting, which is the property shown.
  168. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  169. # ADMINISTRATOR PROPERTIES
  170. # ------------------------------------------------
  171. # Administrator properties are optional information properties,
  172. # particularly useful for clusters.
  173. #weblogic.administrator.location=3355 California Drive, West Hampshire, CA 94104
  174. #weblogic.administrator.name=Joe Administrator
  175. #weblogic.administrator.phone=1 415 555 1234
  176. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  177. # SYSTEM PROPERTIES
  178. # ------------------------------------------------
  179. # System properties in this section are set to system defaults
  180. # Performance pack.  The shared library must be accessible from your
  181. # PATH (NT) or from your shared library path (UNIX; the name of the
  182. # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
  183. weblogic.system.nativeIO.enable=true
  184. # Outputs logging information to the console as well as to the log file
  185. weblogic.system.enableConsole=true
  186. # Sets the directory or URL for the WebLogic Admin help pages
  187. # The help pages are shipped in the "docs/adminhelp" directory, in the
  188. # default document root in public_html
  189. weblogic.system.helpPageURL=d:/weblogic/myserver/public_html/docs51/adminhelp/
  190. # If you prefer to access the most recent help pages, you can do so online
  191. # by commenting out the previous property and uncommenting this one:
  192. #weblogic.system.helpPageURL=http://www.weblogic.com/docs51/adminhelp/
  193. # Properties for tuning the server's performance
  194. # ------------------------------------------------
  195. # Number of WebLogic Server execute threads.
  196. weblogic.system.executeThreadCount=15
  197. # Other optional system properties
  198. # ------------------------------------------------
  199. # Limits size of weblogic.log (in K) and versions old log
  200. weblogic.system.maxLogFileSize=1024
  201. # Adjust minimum length of password
  202. weblogic.system.minPasswordLen=8
  203. # UNIX only: If running on port 80 on UNIX, enable the setUID program
  204. #weblogic.system.enableSetUID=false
  205. # UNIX only: Unprivileged user to setUID to after starting up
  206. # WebLogic Server on port 80
  207. #weblogic.system.nonPrivUser=nobody
  208. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  209. # CLUSTER-SPECIFIC PROPERTIES
  210. # ------------------------------------------------
  211. # Cluster-specific properties in this section are set to system defaults.
  212. # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
  213. # in the *per-cluster* properties file ONLY.
  214. #
  215. # Time-to-live (number of hops) for the cluster's multicast messages
  216. # (default 1, range 1-255).
  217. #weblogic.cluster.multicastTTL=1
  218. #
  219. # Sets the load-balancing algorithm to be used between
  220. # replicated services if none is specified. If not specified,
  221. # round-robin is used.
  222. #weblogic.cluster.defaultLoadAlgorithm=round-robin
  223. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  224. # SERVER-SPECIFIC CLUSTER PROPERTIES
  225. # ------------------------------------------------
  226. # Cluster-related properties in this section are set to system defaults.
  227. # CLUSTER USERS: Note that these server-specific cluster-related properties
  228. # should be set in the *per-server* properties file ONLY.
  229. #
  230. # Sets the weight of the individual server for the weight-based load-balancing.
  231. # Range is 0 - 100.
  232. # Larger numbers increase the amount of traffic routed to this server. 
  233. #weblogic.system.weight=100
  234. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  235. # SYSTEM STARTUP FILES - Examples
  236. # ------------------------------------------------
  237. # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
  238. # objects should be registered in the *per-server* properties file.
  239. # All other startup classes should be registered in the *per-cluster*
  240. # properties file.
  241. #
  242. # For more info on writing and using startup file, see the
  243. # Developers Guide "Writing a WebLogic Client application," at
  244. #    http://www.weblogic.com/docs51/classdocs/API_t3.html
  245. #
  246. # Register a startup class by giving it a virtual name and
  247. # supplying its full pathname.
  248. #weblogic.system.startupClass.[virtual_name]=[full_pathname]
  249. #
  250. # Add arguments for the startup class
  251. #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
  252. #
  253. # This example shows the entry for examples/t3client/StartupQuery.java
  254. #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
  255. #weblogic.system.startupArgs.doquery=
  256. #       query=select * from emp,
  257. #       db=jdbc:weblogic:pool:demoPool
  258. weblogic.system.startupClass.dodataload=com.vnex.intranet.statictable.DataLoaderStartup
  259. weblogic.system.startupArgs.dodataload=all
  260. #weblogic.system.startupClass.ApplicationProperties=tools.ApplicationProperties
  261. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  262. # SYSTEM SHUTDOWN FILES - Examples
  263. # ------------------------------------------------
  264. # For more info on writing and using shutdown file, see the
  265. # Developers Guide "Writing a WebLogic Client application," at
  266. #    http://www.weblogic.com/docs51/classdocs/API_t3.html
  267. #
  268. # Register a shutdown class by giving it a virtual name and
  269. # supplying its full pathname.
  270. #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
  271. #
  272. # Add arguments for the shutdown class
  273. #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
  274. #
  275. # This example shows the entry for examples/t3client/ShutdownTest.java
  276. #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
  277. #weblogic.system.shutdownArgs.ShutdownTest=
  278. #       outfile=c:/temp/shutdown.log
  279. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  280. # SECURITY-RELATED PROPERTIES FOR WORKSPACES
  281. # ------------------------------------------------
  282. # For backward compatibility, the following entries disable Access
  283. # Control on Workspaces
  284. weblogic.allow.read.weblogic.workspace=everyone
  285. weblogic.allow.write.weblogic.workspace=everyone
  286. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  287. # JOLT FOR WEBLOGIC PROPERTIES
  288. # ------------------------------------------------
  289. # These properties configure a BEA Jolt connection pool for use with
  290. # the simpapp and bankapp examples, and register a servlet for use with
  291. # with the simpapp example. The default server address provided here
  292. # points to a public TUXEDO server that is hosted by BEA for use with
  293. # this example. 
  294. #
  295. # Servlet registration for simpapp example:
  296. # ------------------------------------------------
  297. #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet
  298. #
  299. # Pool creation and cleanup
  300. # note this example is set up to work with the public
  301. # demo TUXEDO server available from BEA's website:
  302. # ------------------------------------------------
  303. #weblogic.system.startupClass.demojoltpoolStart=
  304. #    bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
  305. #weblogic.system.startupArgs.demojoltpoolStart=
  306. #    poolname=demojoltpool,
  307. #    appaddrlist=//beademo1.beasys.com:8000,
  308. #    failoverlist=//beademo1.beasys.com:8000,
  309. #    minpoolsize=1,
  310. #    maxpoolsize=3
  311. #
  312. #weblogic.system.shutdownClass.demojoltpoolStop=
  313. #    bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
  314. #weblogic.system.shutdownArgs.demojoltpoolStop=
  315. #    poolname=demojoltpool
  316. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  317. # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
  318. # ------------------------------------------------
  319. # The registrations enable a BEA IIOP connection pool and
  320. # register servlets for use with the simpapp and university examples.  
  321. # Configure for your environment and uncomment to use.
  322. # Uncommenting these properties requires WebLogic Enterprise Connectivity
  323. # and an operating WebLogic Enterprise Server.
  324. #
  325. # Servlet registration for simpapp servlet example
  326. # ------------------------------------------------
  327. #weblogic.httpd.register.SimpappServlet=
  328. #       examples.wlec.servlets.simpapp.SimpappServlet
  329. #
  330. #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
  331. #
  332. # Servlet registration for simpapp EJB example
  333. # (You'll need to add the wlec_ejb_simpapp.jar to the
  334. # weblogic.ejb.deploy property in this file.)
  335. # --------------------------------------------
  336. #weblogic.httpd.register.ejbSimpappServlet=
  337. #       examples.wlec.ejb.simpapp.ejbSimpappServlet
  338. #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
  339. #
  340. # Pool creation and cleanup for the simpapp example
  341. # -------------------------------------------------
  342. #weblogic.CORBA.connectionPool.simplepool=
  343. #       appaddrlist=//wlehost:2468,
  344. #       failoverlist=//wlehost:2468,
  345. #       minpoolsize=2,
  346. #       maxpoolsize=3,
  347. #       username=wleuser,
  348. #       userrole=developer,
  349. #       domainname=simpapp
  350. #
  351. # Servlet registration for university Servlet example:
  352. # ---------------------------------------------------
  353. #weblogic.httpd.register.UniversityServlet=
  354. #       examples.wlec.servlets.university.UniversityServlet
  355. #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
  356. #
  357. # Pool creation and cleanup for the University example:
  358. # ----------------------------------------------------
  359. #weblogic.CORBA.connectionPool.Univpool=
  360. #       appaddrlist=//wlehost:2498,
  361. #       failoverlist=//wlehost:2498,
  362. #       minpoolsize=2,
  363. #       maxpoolsize=3,
  364. #       username=wleuser,
  365. #       userrole=developer,
  366. #       apppassword=wlepassword,
  367. #       domainname=university
  368. weblogic.httpd.register.mainctrl=
  369.    com.vnex.intranet.servlet.MainServlet
  370. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  371. # WEBLOGIC FILE PROPERTIES
  372. # ------------------------------------------------
  373. # Maps a volume name to a path, for client file read/write
  374. #weblogic.io.fileSystem.[volumeName]=[fullPathName]
  375. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
  376. # WEBLOGIC JMS DEMO PROPERTIES
  377. # -------------------------------------------------
  378. # CLUSTER USERS: Note that ALL JMS deployment should be done in the
  379. # *per-cluster* properties file ONLY.
  380. #
  381. # You set up a JDBC connection pool if you want persistent messages
  382. # (including durable subscriptions). To use JMS and EJBs in the same
  383. # transaction, both must use the same JDBC connection pool. Uncomment
  384. # the following property to use the default JDBC connection pool
  385. # 'demo', which is defined in the Demo connection pool section of this file.  
  386. #
  387. #weblogic.jms.connectionPool=demoPool
  388. #
  389. # The JMS Webshare example demonstrates how the ClientID for a
  390. # durable subscriber is configured in the connection factory:
  391. #
  392. #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
  393. #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
  394. #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
  395. #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
  396. #
  397. # The JMS trader example shows how to use JMS with an EJB. In addition 
  398. # to uncommenting the following properties, you must also set up and 
  399. # deploy the EJB example examples.ejb.basic.statelessSession.Trader in
  400. # ejb_basic_statelessSession.jar to try out this JMS example: 
  401. #
  402. #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
  403. #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
  404. #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
  405. #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
  406. #
  407. # Registers the underlying servlet
  408. #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
  409. #
  410. # These properties are used with the ServerReceive JMS example,
  411. # which demonstrates how to establish a JMS message consumer 
  412. # in a startup class:
  413. #
  414. #weblogic.system.startupClass.serverReceive=
  415. #  examples.jms.startup.ServerReceive
  416. #weblogic.system.startupArgs.serverReceive=
  417. #  connectionFactory=javax.jms.TopicConnectionFactory,
  418. #  topic=javax.jms.exampleTopic
  419. #
  420. # These properties are used with the PoolReceive JMS example,
  421. # which demonstrates how to establish a pool of JMS message consumers
  422. # in a startup class:
  423. #weblogic.system.startupClass.poolReceive=
  424. #  examples.jms.startup.PoolReceive
  425. #weblogic.system.startupArgs.poolReceive=
  426. #  connectionFactory=javax.jms.TopicConnectionFactory,
  427. #  topic=javax.jms.exampleTopic
  428. #weblogic.allow.create.weblogic.jms.ServerSessionPool=everyone
  429. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  430. # WEBLOGIC RMI DEMO PROPERTIES
  431. # ------------------------------------------------
  432. # CLUSTER USERS: Note that pinned RMI objects should be registered
  433. # in the *per-server* properties file ONLY. All other RMI startup
  434. # classes should be registered in the *per-cluster* properties file.
  435. #
  436. # Remote classes registered at startup after the pattern:
  437. #weblogic.system.startupClass.[virtualName]=[fullPackageName]
  438. #
  439. # These examples can be compiled to see RMI in action. Uncomment to use:
  440. #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
  441. #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
  442. #weblogic.system.startupClass.stock=examples.rmi.stock.StockServer
  443. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
  444. # WEBLOGIC EJB DEMO PROPERTIES
  445. # -------------------------------------------------
  446. # CLUSTER USERS: Note that ALL EJB deployment should be done in the
  447. # *per-cluster* properties file ONLY.
  448. #
  449. # See WebLogic Demo Connection Pool below for a connection pool
  450. # to use with these examples.
  451. #
  452. # Deploys EJBeans. Uncomment the appropriate lines below and 
  453. # modify DBMS-related info and paths to match your particular installation:
  454. weblogic.ejb.deploy=
  455. # Servlet used by the EJB basic beanManaged example
  456. # Uncomment to use:
  457. #weblogic.httpd.register.beanManaged=
  458. #        examples.ejb.basic.beanManaged.Servlet
  459. # to set an ACL for this servlet:
  460. #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
  461. #weblogic.password.user1=user1Password
  462. #weblogic.password.user2=user2Password
  463. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  464. # WEBLOGIC XML DEMO PROPERTIES
  465. # ------------------------------------------------
  466. # These properties are required to run the XML examples.
  467. # Uncomment to use.
  468. #
  469. # CLUSTER USERS: Note that ALL servlets should be set up
  470. # in the *per-cluster* properties file ONLY.
  471. #
  472. #weblogic.httpd.register.StockServlet=examples.xml.http.StockServlet
  473. #
  474. # BizTalk example properties
  475. #weblogic.jms.queue.tradeIncoming=biztalk.jms.tradeIncoming
  476. #weblogic.jms.queue.tradeError=biztalk.jms.tradeError
  477. #
  478. #weblogic.httpd.register.BizTalkServer=examples.xml.biztalk.BizHttpProtocolAdapter
  479. #weblogic.httpd.initArgs.BizTalkServer=bizQueue=biztalk.jms.tradeIncoming
  480. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
  481. # WEBLOGIC ZAC DEMO PROPERTIES
  482. # -------------------------------------------------
  483. # These registrations enable the ZAC Publish Wizard. 
  484. #
  485. weblogic.zac.enable=true
  486. #
  487. # Set the publish root for a WebLogic Server. Edit and
  488. # uncomment to use.
  489. #
  490. #weblogic.zac.publishRoot=c:/weblogic/zac
  491. #
  492. # Set an ACL for each package you publish. The [name] is
  493. # the "Package name" you assign in the ZAC Publish Wizard.
  494. # Publish a package, edit this property, and uncomment to use.
  495. #weblogic.allow.read.weblogic.zac.[name]=[user list]
  496. #weblogic.allow.write.weblogic.zac.[name]=system
  497. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  498. # HTTPD ADMINISTRATIVE PROPERTIES
  499. # ------------------------------------------------
  500. # Enables logging of HTTPD info in common log format and
  501. # sets the log file name (default is "access.log" in "myserver")
  502. weblogic.httpd.enableLogFile=true
  503. weblogic.httpd.logFileName=access.log
  504. # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
  505. weblogic.httpd.enableEvents=false
  506. # Enables HTTP sessions
  507. weblogic.httpd.session.enable=true
  508. # Sets an optional cookie name. The default name is "WebLogicSession". 
  509. # Prior to version 4.0, the default was "TengahSession". To make
  510. # this backward compatible with cookies generated from previous
  511. # installations, you should set this property to "TengahSession".
  512. # Uncomment this line and set this to any string of your choice, 
  513. # or comment out this property to use the default.
  514. #weblogic.httpd.session.cookie.name=WebLogicSession
  515. # MIME types
  516. weblogic.httpd.mimeType.text/html=html,htm
  517. weblogic.httpd.mimeType.image/gif=gif
  518. weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
  519. weblogic.httpd.mimeType.application/pdf=pdf
  520. weblogic.httpd.mimeType.application/zip=zip
  521. weblogic.httpd.mimeType.application/x-java-vm=class
  522. weblogic.httpd.mimeType.application/x-java-archive=jar
  523. weblogic.httpd.mimeType.application/x-java-serialized-object=ser
  524. weblogic.httpd.mimeType.application/octet-stream=exe
  525. weblogic.httpd.mimeType.text/vnd.wap.wml=wml
  526. weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls
  527. weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc
  528. weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc
  529. weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp
  530. # In seconds, the keep-alive for HTTP and HTTPS requests
  531. weblogic.httpd.http.keepAliveSecs=60
  532. weblogic.httpd.https.keepAliveSecs=120
  533. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  534. # WEBLOGIC JDBC DRIVER PROPERTIES
  535. # ------------------------------------------------
  536. # Enables JDBC driver logging and sets the file name for the log
  537. # The weblogic.jdbc.logFile is placed in the per-server
  538. # directory (default is "myserver")
  539. weblogic.jdbc.enableLogFile=false
  540. weblogic.jdbc.logFileName=jdbc.log
  541. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  542. # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT
  543. # ------------------------------------------------
  544. # CLUSTER USERS: Note that ALL JDBC connection pools should be set up
  545. # in the *per-cluster* properties file ONLY.
  546. #
  547. # For creating JDBC connection pools. This example shows a connection
  548. # pool called "oraclePool" that allows 3 T3Users "guest," "joe," and "jill"
  549. # to use 4 JDBC connections (with a potential for up to 10 connections,
  550. # incremented by two at a time, with a delay of 1 second between each
  551. # attempt to connect to the database), to an Oracle database server called
  552. # "DEMO." If more than 4 connections are opened, after 15 minutes, unused
  553. # connections are dropped from the pool until only 4 connections remain open.
  554. # Every 10 minutes, any unused connections in the pool are tested and 
  555. # refreshed if they are not viable.
  556. #
  557. #weblogic.jdbc.connectionPool.oraclePool=
  558. # url=jdbc:oracle:thin:@compaq5500:1521:vnexdbs,
  559. # driver=oracle.jdbc.driver.OracleDriver,
  560. # loginDelaySecs=1,
  561. # initialCapacity=2,
  562. # maxCapacity=10,
  563. # capacityIncrement=2,
  564. # allowShrinking=true,
  565. #shrinkPeriodMins=15,
  566. # refreshMinutes=10,
  567. #testTable=dual,
  568. #props=user=ttoa;password=ttoa
  569. ########connection pool for sqlserver#########
  570. ###################################
  571. weblogic.jdbc.connectionPool.SQLPool=
  572.  url=jdbc:weblogic:mssqlserver4:LYTX:1433,
  573.  driver=weblogic.jdbc.mssqlserver4.Driver,
  574.  loginDelaySecs=1,
  575.  initialCapacity=2,
  576.  maxCapacity=10,
  577.  capacityIncrement=2,
  578.  allowShrinking=true,
  579.  shrinkPeriodMins=15,
  580.  refreshMinutes=10,
  581.  props=user=sa;password=dep7password;server=LYTX;db=nodb;
  582. ####################3
  583.  
  584.  
  585. #
  586. # Get more details on each argument for this property in the
  587. # Administrators Guide on setting properties at:
  588. #   http://www.weblogic.com/docs51/admindocs/properties.html
  589. #
  590. # Set up ACLs for this connection pool with the following:
  591. #weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=everyone
  592. #weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=everyone
  593. #weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.oraclePool=oraclePool 
  594. ############# this is for the sqlserver pool##########333
  595. weblogic.allow.reserve.weblogic.jdbc.connectionPool.SQLPool=everyone
  596. weblogic.allow.shrink.weblogic.jdbc.connectionPool.SQLPool=everyone
  597. weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.SQLPool=SQLPool 
  598. #weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=
  599. #       joe,jill
  600. #weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=
  601. #       joe,jill
  602. #
  603. # This property is an ACL that specifies the users who can 
  604. # create dynamic connection pools:
  605. #weblogic.jdbc.connectionPoolcreate.admin=joe,jill
  606. #
  607. # Read more about setting up and using connection pools in the
  608. # developers guide for WebLogic JDBC at:
  609. #   http://www.weblogic.com/docs51/classdocs/API_jdbct3.html#T5a
  610. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
  611. # WEBLOGIC DEMO CONNECTION POOL PROPERTIES
  612. # -------------------------------------------------
  613. # CLUSTER USERS: Note that ALL JDBC connection pools should be set up
  614. # in the *per-cluster* properties file ONLY.
  615. #
  616. # This connection pool uses the sample Cloudscape database shipped
  617. # with WebLogic. Used by the EJBean, JHTML, JSP and JMS examples.
  618. # Uncomment to use:
  619. #weblogic.jdbc.connectionPool.demoPool=
  620. # url=jdbc:cloudscape:demo,
  621. # driver=COM.cloudscape.core.JDBCDriver,
  622. # initialCapacity=1,
  623. # maxCapacity=2,
  624. # capacityIncrement=1,
  625. # props=user=none;password=none;server=none
  626. # Add a TXDataSource for the connection pool:
  627. #weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.demoPool=demoPool
  628. #
  629. # Add an ACL for the connection pool:
  630. #weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=everyone
  631. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  632. # WEBLOGIC HTTP SERVLET PROPERTIES
  633. # ------------------------------------------------
  634. # CLUSTER USERS: Note that ALL servlets should be set up
  635. # in the *per-cluster* properties file ONLY.
  636. #
  637. # WebLogic offers different types of servlets for various uses.
  638. #
  639. # Classpath servlet registration
  640. # ------------------------------------------------
  641. # The ClasspathServlet is used to serve classes from
  642. # the system CLASSPATH. It is used by applets to load
  643. # classes they depend upon, and is registered against 
  644. # the virtual name 'classes' here by default. This means
  645. # you should set your applet codebase to "/classes".
  646. # You can register multiple virtual names for this servlet.
  647. # Note that it can also be used to serve other 
  648. # resources/files from the system CLASSPATH. 
  649. # Don't confuse the ClasspathServlet with the ServletServlet. The
  650. # ClasspathServlet is used for serving classes for client-side Java only.
  651. # The ServletServlet is used to invoke unregistered servlets.
  652. # See the Administrators Guide "Setting up WebLogic as an HTTP server"
  653. # http://www.weblogic.com/docs51/admindocs/http.html#classfile for more info.
  654. weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet
  655. #
  656. # We also set an open ACL for everyone to call the ClasspathServlet
  657. # so that applets work without requiring further changes.
  658. weblogic.allow.execute.weblogic.servlet.classes=everyone
  659. #
  660. # File servlet registration
  661. # ------------------------------------------------
  662. # FileServlet searches below the documentRoot for the requested file
  663. # and serves it if found. If the requested file is a directory,
  664. # FileServlet will append the defaultFilename to the requested path
  665. # and serve that file if found.
  666. weblogic.httpd.register.file=weblogic.servlet.FileServlet
  667. weblogic.httpd.initArgs.file=defaultFilename=index.jsp
  668. #
  669. # ServerSideInclude servlet registration
  670. # ------------------------------------------------
  671. # SSIServlet searches below the documentRoot for the
  672. # requested .shtml file and serves it if found.
  673. weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet
  674. # Example URL: http://localhost:7001/portside/welcome.shtml
  675. # for the file /weblogic/myserver/public_html/portside/welcome.shtml
  676. #
  677. # PageCompileServlet (used by JHTML)
  678. # ------------------------------------------------
  679. # See the information below under WebLogic JHTML
  680. #
  681. # JSPServlet (used by JSP)
  682. # ------------------------------------------------
  683. # See the information below under WebLogic JSP
  684. #
  685. # ServletServlet registration
  686. # ------------------------------------------------
  687. # Allows unregistered servlets in the servlet classpath (see Servlet
  688. # reload properties below) to be requested by class name, including
  689. # full package name. An instance of the best matching servlet class
  690. # is created, initialized, and executed with the remainder of the
  691. # URI being passed in as PATH_INFO.  Requires servlet classpath set.
  692. # This servlet registration is shipped commented out because it
  693. # may pose a security risk if improperly used. Please see the
  694. # Administrators Guide "Setting up WebLogic as an HTTP server"
  695. # at http://www.weblogic.com/docs51/admindocs/http.html for more info.
  696. #
  697. weblogic.httpd.register.servlets=weblogic.servlet.ServletServlet
  698. #
  699. # Example URL: http://localhost:7001/servlets/myservletclasses/foo/baz
  700. # for the file /myservlets/myservletclasses/foo/baz.class
  701. #
  702. # Proxy servlet registration
  703. # ------------------------------------------------
  704. # HttpProxyServlet takes an HTTP request, redirects it to another HTTP
  705. # server, and sends the response to the requesting browser
  706. weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
  707. #
  708. # RedirectURL initArg specifies the prefix to be applied to the
  709. # proxied HTTP request
  710. weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com
  711. #
  712. # To set the server to proxy all unanswerable requests, set
  713. # the weblogic.httpd.defaultServlet to this alias ("proxy")
  714. # and comment out the defaultServlet registration below
  715. #
  716. # DocumentRoot configuration
  717. # ------------------------------------------------
  718. # The documentRoot is by default set to this directory; change
  719. # as desired. FileServlet, SSIServlet, PageCompileServlet
  720. # and JSPServlet use it.
  721. weblogic.httpd.documentRoot=public_html/
  722. #
  723. # Default servlet registration
  724. # ------------------------------------------------
  725. # Virtual name of the default servlet if no matching servlet is found
  726. weblogic.httpd.defaultServlet=file
  727. #
  728. # Servlet reload properties
  729. # ------------------------------------------------
  730. # Put servlets and classes they depend on below this directory to take
  731. # advantage of dynamic reloading. (WebLogic classes don't belong
  732. # here, and NO directories can be both in your system/environment
  733. # CLASSPATH and in the servlet classpath.) WebLogic checks for modified
  734. # servlets every reloadCheckSecs and reloads servlets and classes they
  735. # depend on as needed. If reloadCheckSecs is set to -1, classes will
  736. # never be reloaded.
  737. ############shiyongjian#####################
  738. weblogic.httpd.servlet.classpath=c:/NetOffice/server/servletclasses
  739. weblogic.httpd.servlet.reloadCheckSecs=1
  740. #
  741. # Servlet Access Control Lists (ACLs)
  742. # ------------------------------------------------
  743. # Setting up an access control list for each servlet limits access to
  744. # a servlet to one or more users. This property is illustrated for the
  745. # imaginary users 'peter', 'paul', and 'mary' with the first
  746. # registered servlet below with a commented-out example. Note that
  747. # each user in an ACL must have a password set in this file with
  748. # the weblogic.password.[username]=XXX property.
  749. #
  750. # Example of a servlet registration
  751. #weblogic.httpd.register.myservlet=examples.servlets.MyServlet
  752. #
  753. # Example of restricting user access with an ACL
  754. #weblogic.allow.execute.weblogic.servlet.myservlet=peter,paul,mary
  755. #
  756. # Example of servlet startup registration
  757. #weblogic.system.startupClass.servletTest=weblogic.servlet.utils.ServletStartup
  758. #weblogic.system.startupArgs.servletTest=servlet=myservlet
  759. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  760. # WEBLOGIC JHTML PROPERTIES
  761. # ------------------------------------------------
  762. # Sets up automatic page compilation for JHTML. Adjust init args for
  763. # directory locations and uncomment to use.
  764. #weblogic.httpd.register.*.jhtml=
  765. #       weblogic.servlet.jhtmlc.PageCompileServlet
  766. #weblogic.httpd.initArgs.*.jhtml=
  767. #       pageCheckSeconds=1,
  768. #       packagePrefix=examples.jhtml,
  769. #       compileCommand=c:/java/bin/javac.exe,
  770. #       workingDir=c:/weblogic/myserver/classfiles,
  771. #       verbose=true
  772. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  773. # WEBLOGIC JSP PROPERTIES
  774. # ------------------------------------------------
  775. # Sets up automatic page compilation for JSP. Adjust init args for
  776. # directory locations and uncomment to use.
  777. ############shiyongjian
  778. weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
  779. weblogic.httpd.initArgs.*.jsp=
  780.  pageCheckSeconds=0,
  781.  compileCommand=C:/Borland/JBuilder2005/jdk1.4/bin/javac.exe,
  782.  workingDir=c:/NetOffice/server/classfiles,
  783.  keepgenerated=true,
  784.  verbose=true
  785. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  786. # WEBLOGIC RMI OVER IIOP PROPERTIES
  787. # ------------------------------------------------
  788. # This property is required to run the RMI over IIOP examples.
  789. # Uncomment to use.
  790. #
  791. #weblogic.system.startupClass.hello=examples.rmi_iiop.hello.HelloImpl
  792. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  793. # USER-WRITTEN AND DEMO SERVLET REGISTRATIONS
  794. # --------------------------------------------------------
  795. # Set ACLs for these as desired
  796. # --------------------------------------------------------
  797. weblogic.httpd.register.phone=examples.servlets.PhoneServlet
  798. # Set initArgs phonelist value to the fully-qualified
  799. # file specification of the phonelist file
  800. weblogic.httpd.initArgs.phone=
  801.  phonelist=c:/weblogic/examples/servlets/phonelist
  802. weblogic.httpd.register.snoop=examples.servlets.SnoopServlet
  803. weblogic.httpd.register.cookies=examples.servlets.CookieCounter
  804. weblogic.httpd.register.error=examples.servlets.ErrorServlet
  805. weblogic.httpd.register.applet=examples.servlets.AppletServlet
  806. weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet
  807. weblogic.httpd.register.helloKona=examples.servlets.HelloKonaServlet
  808. weblogic.httpd.register.page=examples.servlets.PageEvent
  809. weblogic.httpd.initArgs.page=imageurl=d:/weblogic/examples/images/trans.gif
  810. weblogic.httpd.register.session=examples.servlets.SessionServlet
  811. weblogic.httpd.register.simple=examples.servlets.SimpleServlet
  812. weblogic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet
  813. weblogic.httpd.register.survey=examples.servlets.SurveyServlet
  814. weblogic.httpd.initArgs.survey=resultsDir=d:/weblogic/myserver
  815. weblogic.httpd.initArgs.survey=resultsDir=d:/weblogic/myserver
  816. # Administration servlet registrations
  817. # ------------------------------------------------
  818. # For managing your WebLogic Server with a web browser.
  819. # Do not modify these registrations.
  820. weblogic.httpd.register.AdminEvents=admin.AdminEvents
  821. weblogic.httpd.register.AdminClients=admin.AdminClients
  822. weblogic.httpd.register.AdminConnections=admin.AdminConnections
  823. weblogic.httpd.register.AdminJDBC=admin.AdminJDBC
  824. weblogic.httpd.register.AdminLicense=admin.AdminLicense
  825. weblogic.httpd.register.AdminMain=admin.AdminMain
  826. weblogic.httpd.register.AdminProps=admin.AdminProps
  827. weblogic.httpd.register.AdminRealm=admin.AdminRealm
  828. weblogic.httpd.register.AdminThreads=admin.AdminThreads
  829. weblogic.httpd.register.AdminVersion=admin.AdminVersion
  830. #
  831. # Modify these ACLs for these servlets to
  832. # control access to the administration servlets.
  833. weblogic.allow.execute.weblogic.servlet.AdminEvents=system
  834. weblogic.allow.execute.weblogic.servlet.AdminClients=system
  835. weblogic.allow.execute.weblogic.servlet.AdminConnections=system
  836. weblogic.allow.execute.weblogic.servlet.AdminJDBC=system
  837. weblogic.allow.execute.weblogic.servlet.AdminLicense=system
  838. weblogic.allow.execute.weblogic.servlet.AdminMain=system
  839. weblogic.allow.execute.weblogic.servlet.AdminProps=system
  840. weblogic.allow.execute.weblogic.servlet.AdminRealm=system
  841. weblogic.allow.execute.weblogic.servlet.AdminThreads=system
  842. weblogic.allow.execute.weblogic.servlet.AdminVersion=system
  843. #
  844. # This registration and ACL is provided for backward
  845. # compatability. Use AdminMain instead.
  846. weblogic.httpd.register.T3AdminMain=admin.AdminMain
  847. weblogic.allow.execute.weblogic.servlet.T3AdminMain=system
  848. # For Console help. Do not modify.
  849. weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet
  850. weblogic.httpd.initArgs.ConsoleHelp=
  851.  defaultFilename=/weblogic/admin/help/NoContent.html
  852. weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone
  853. #These lines were added by Shiyong Jian. Don't Delete them.
  854. #weblogic.system.startupClass.AutomationStartup=com.vnex.intranet.automation.AutomationStartup
  855. #weblogic.system.startupArgs.AutomationStartup=
  856. #sleepTime=10000,
  857. #configFile=c:\intranet\config\config.properties,
  858. #logFile=c:\intranet\log\automationEvent.log,