jcscoobyrs 2005/10/07 17:14:09
Added: modules/core/src/META-INF/org.openejb.cli.help start.txt
validate.txt deploy.txt stop.txt
Log:
Added all files for new launching mechanism. It works properly, which I'll
document in the Wiki, but OpenEJB works as-is like it did before.
Revision Changes Path
1.1
openejb1/modules/core/src/META-INF/org.openejb.cli.help/start.txt
Index: start.txt
===================================================================
Usage: openejb start [options]
Starts OpenEJB as an EJB Server that can be accessed by remote
clients via the OpenEJB Remote Server.
ALWAYS check your openejb.log file for warnings immediately after
starting the Remote Server.
OpenEJB issues warnings when it works around a potential problem,
encounters something it didn't expect, or when OpenEJB wants to
let you know something may not work as you expected it.
OPTIONS
-h host Binds the Remote Server to the specified host address.
Default host address is 127.0.0.1.
-p port Binds the Remote Server to the specified port.
Default port is 4201.
-t int Sets the number of concurrent threads the Remote
server should use to service requests from clients.
Default number of threads is 20.
-d dir Sets the OPENEJB_HOME to the specified directory.
-l file Sets the log4j configuration to the specified file.
-conf file Sets the OpenEJB configuration to the specified file.
-version Print the version.
-help Print this help message.
-examples Show examples of how to use the options.
--admin-ip A comma delimited list of hosts and IP addresses that
are allowed to administer this server.
--local-copy=[true|false]
When set to true, the container system will marshall
(ie, copy) all calls between beans are required by
the EJB 1.1 specification. When set to false, the
container system will pass parameters and return
values without copying or marshalling as is required
for EJB 2.0 Local interfaces. Default is true.
See http://www.openejb.org/remote-server.html for more information.
OpenEJB -- EJB Container System and EJB Server.
For OpenEJB updates and additional information, visit
http://www.openejb.org
Bug Reports to <[email protected]>
1.1
openejb1/modules/core/src/META-INF/org.openejb.cli.help/validate.txt
Index: validate.txt
===================================================================
Usage: openejb validate [options] JARFILES...
OPTIONS
-v Sets the output level to 1. This will output
just the minumum details on each failure.
-vv Default. Sets the output level to 2. Outputs one
line summaries of each failure. This is the
default output level.
-vvv Sets the output level to 3. Outputs verbose
details on each failure, usually with details on
how to correct the failures.
-xml Outputs information in well-formed XML.
-nowarn Suppresses warnings.
-version Print the version.
-help Print this help message.
-examples Show examples of how to use the options.
OpenEJB -- EJB Container System and EJB Server.
For updates and additional information, visit
http://www.openejb.org
Bug Reports to <[email protected]>
1.1
openejb1/modules/core/src/META-INF/org.openejb.cli.help/deploy.txt
Index: deploy.txt
===================================================================
Usage: openejb deploy [options] JARFILES...
OPTIONS
-m Move the jar to the OPENEJB_HOME/beans directory. Will
not overwrite the jar if there is an existing jar with
the same name in the OPENEJB_HOME/beans directory. Add
the -f option to force the overwrite.
-c Copy the jar to the OPENEJB_HOME/beans directory. Will
not overwrite the jar if there is an existing jar with
the same name in the OPENEJB_HOME/beans directory. Add
the -f option to force the overwrite.
-f Forces a move or a copy, overwriting any previously
existing jar with the same name.
-a Automate deployment as much as possible. Applies
all automation related flags (-C & -D).
-C Automatically assigns each bean in the jar to the
first container of the appropriate bean type.
-D Automatically assigns the OpenEJB deployment ID
for each bean by using the <ejb-name> in your
ejb-jar.xml. The deployment ID uniquely identifies
the bean in the OpenEJB container system and is used
by most servers as the client-side JNDI name. No
two beans can share the same deployment ID.
-d dir Sets the OPENEJB_HOME to the specified directory.
-l file Sets the log4j configuration to the specified file.
-conf file Sets the OpenEJB configuration to the specified file.
-version Print the version.
-help Print this help message.
-examples Show examples of how to use the options.
See http://www.openejb.org/deploy.html for more information.
OpenEJB -- EJB Container System and EJB Server.
For updates and additional information, visit
http://www.openejb.org
Bug Reports to <[email protected]>
1.1
openejb1/modules/core/src/META-INF/org.openejb.cli.help/stop.txt
Index: stop.txt
===================================================================
Usage: openejb stop [options]
Stops the OpenEJB Remote Server.
OPTIONS
-h host The host address of the Remote Server.
Default host address is 127.0.0.1.
-p port The port of the Remote Server.
Default port is 4201.
-help Print this help message.
-examples Show examples of the stop command
See http://www.openejb.org/remote-server.html for more information.
OpenEJB -- EJB Container System and EJB Server.
For OpenEJB updates and additional information, visit
http://www.openejb.org
Bug Reports to <[email protected]>