WebSphere MQ must installed prior using Softabar Console for WebSphere MQ.
Softabar Console for WebSphere MQ (MQConsole))is distributed as a ZIP-file. Install
MQConsole by extracting ZIP-file to a directory. You will get following directory
structure:
.
+--mqconsole-<version number>
| aupVersion.txt
|
+---bin
| commons-launcher.jar
| launcher.properties
| launcher.xml
| LauncherBootstrap.class
| mqconsole.bat
| mqconsole.sh
| mqsc.bat
| mqsc.sh
|
+---etc
| ftpcert.store
| log4j.properties
| mqconsole.properties
| publicCerts.store
|
+---lib
| | commons-codec-1.3.jar
| | commons-io-1.2.jar
| | commons-logging-api.jar
| | commons-logging.jar
| | log4j-1.2.11.jar
| | mqconsole.jar
| |
| +---launcher
| ant-launcher.jar
| ant.jar
| xercesImpl.jar
| xml-apis.jar
|
+---license
License.txt
notices
bin-directory includes executable mqconsole.bat. Alternatively, MQConsole
is run by executing command:
java -cp . LauncherBootstrap mqconsole <arguments>
Interface to MQSC is via mqsc.bat command. launcher.xml file incluse some runtime parameters.
For Linux and other operating systems, property runmqsc.command must point to
custom command that is executed. Consult mqsc.bat for correct syntax.
etc-directory includes configuration files. mqconsole.properties has properties
for MQConsole.
lib-directory has class-files that MQConsole requires.
license-directory has license file.
When executing mqconsole.bat three directories are created log,scrips and temp.
script-directory is default directory for MQSC scripts.
Default filename for scripts is mqscript_YYYYMMDD.conf.
Install license
After you purchase license you will get the license file via email. Download license
file and put it in etc-directory.
Install license by executing command:
mqconsole.bat -lici
or
java -cp . LauncherBootstrap mqconsole -lici
View the license information with command
mqconsole.bat -lic
License information includes validity period and other information.
































