Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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]
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