You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2011/12/02 15:00:53 UTC

svn commit: r1209485 - /openejb/trunk/sandbox/doc-sandbox/openejb-system.properties

Author: rmannibucau
Date: Fri Dec  2 14:00:53 2011
New Revision: 1209485

URL: http://svn.apache.org/viewvc?rev=1209485&view=rev
Log:
adding some properties

Modified:
    openejb/trunk/sandbox/doc-sandbox/openejb-system.properties

Modified: openejb/trunk/sandbox/doc-sandbox/openejb-system.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/doc-sandbox/openejb-system.properties?rev=1209485&r1=1209484&r2=1209485&view=diff
==============================================================================
--- openejb/trunk/sandbox/doc-sandbox/openejb-system.properties (original)
+++ openejb/trunk/sandbox/doc-sandbox/openejb-system.properties Fri Dec  2 14:00:53 2011
@@ -1,6 +1,8 @@
 # OpenEJB system properties
 |Name | Value | Description|
 ----------------------------
+|openejb.embedded.remotable| bool | actiavte or not the remote services when available |
+|<service prefix>.bind, <service prefix>.port, <service prefix>.disabled, <service prefix>.threads| host or IP, port, bool| override the host. Available for ejbd and httpejbd services (used by jaxws and jaxrs), number of thread to maneg requests  | -
 |openejb.embedded.initialcontext.close | LOGOUT or DESTROY | configure the hook called when closing the initial context. Useful when starting OpenEJB from a new InitialContext([properties]) instantiation. By default it simply logs out the logged user if it exists. DESTROY means clean the container.|
 |javax.persistence.provider | string | override the JPA provider value|
 |javax.persistence.transactionType | string | override the transaction type for persistence contexts|
@@ -36,6 +38,7 @@
 | log4j.category.OpenEJB.options | DEBUG, INFO, ... | active one OpenEJB log level
 | openejb.jmx.active | bool | activate (by default) or not the OpenEJB JMX MBeans |
 | openejb.logger.external | bool | use another log configuration(log4j for instance) |
+| openejb.nobanner | bool | activate or not the OpenEJB banner (activated by default)
 
 Note: all resources can be configured by properties, see http://openejb.apache.org/embedded-configuration.html and http://openejb.apache.org/properties-tool.html|