You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/06/01 11:24:15 UTC

[jira] Created: (CXF-698) command line tool for managed endpoint

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.


[jira] Resolved: (CXF-698) command line tool for managed endpoint

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bozhong Lin resolved CXF-698.
-----------------------------

    Resolution: Fixed

i believe rev543443 has resolved this issue

> 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.