command line tool for managed endpoint
--------------------------------------
Key: CXF-698
URL: https://issues.apache.org/jira/browse/CXF-698
Project: CXF
Issue Type: Task
Reporter: willem Jiang
Assignee: willem Jiang
Fix For: 2.0
Current CXF provides a JMX API to star or stop the managed endpoint.
This command line tool can make the user more easy to start or stop the server
side endpoint.
The command line tool option could be
Managed Console for CXF
Valid options
-j [--jmx] arg the jmxServerURL that need to connet mbean server
the default value is
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
-p [--port] arg the port name of the managed endpoint
the arg is the Qname of port
-s [--service] arg the service name of the managed endpoint
the arg format the Qname of service
-o [--operation] {list|start|stop|restart} call the jmx functions
list: show all the managed endpoints' objectNames and
attributs
start: start the endpoint with the --port and
--service arguments
stop: stop the endpoint with the --port and --service
arguments
restart: restart the endpoint with the --port and
--service arguments
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.