Command-line scripts are available to access some functions of the Common Event Infrastructure.
These scripts are implemented as Jacl scripts, which must be run using the WebSphere wsadmin tool (located in the install_root/bin directory). For more information about the wsadmin tool, see the WebSphere Application Server documentation.
wsadmin -f scriptname.jacl
You can shorten parameter names, as long as you provide enough of the name to distinguish it from other parameters. For example, when you use the eventquery.jacl script, you can type -ex instead of -extensionname. However, -e is not valid, because it can represent either -extensionname or -end.
To get help with the syntax and usage for a command, type the command followed by the word help:
wsadmin -f scriptname.jacl help
Failed to make the SOAP RPC call: invoke
wsadmin -conntype rmi -port 2809 eventpurge.jacl -seconds 0
For more information about the -conntype parameter of the wsadmin tool, refer to the WebSphere Application Server documentation.