| At line 13 changed 1 line. |
| http://download.java.net/jbi/binaries/open-esb/main/nightly/latest/CORE/jbi-core-installer.jar |
| http://download.java.net/jbi/binaries/open-esb/main/nightly/latest/CORE/jbi-core-installer.jar \\ \\ |
| At line 20 changed 1 line. |
| {{{asadmin stop-domain [domain-name] }}} |
| {{{asadmin stop-domain [domain-name] }}} \\ |
| At line 26 removed 1 line. |
| Copy the installer to AS_INSTALL. \\ |
| At line 28 changed 1 line. |
| {{{java -jar AS_INSTALL/jbi-core-installer.jar AS_INSTALL install}}} |
| {{{java -jar jbi-core-installer.jar <AS_INSTALL> install}}} \\ |
| At line 34 changed 1 line. |
| <appserver-install-root>/jbi/jbi.ver |
| AS_INSTALL/jbi/jbi.ver |
| At line 39 changed 2 lines. |
| If you are interested in using updated Open ESB system components, sun-http-binding, sun-javaee-engine, sun-wsdl-library |
| you have to follow two options |
| If you are interested in using updated Open ESB system components, sun-http-binding, sun-javaee-engine and sun-wsdl-library, |
| you have two options |
| At line 51 changed 1 line. |
| asadmin upgrade-jbi-component AS_INSTALL/jbi/components/ |
| {{{ |
| asadmin upgrade-jbi-component --upgradefile <FILE_NAME> <COMPONENT_NAME> \\ |
| At line 53 changed 1 line. |
| !!Version check: |
| Example: |
| asadmin upgrade-jbi-component --upgradefile <AS_INSTALL>/jbi/components/sun-http-binding/httpbc.jar sun-http-binding \\ |
| asadmin upgrade-jbi-component --upgradefile <AS_INSTALL>/jbi/components/sun-javaee-engine/appserv-jbise.jar sun-javaee-engine \\ |
| asadmin upgrade-jbi-component --upgradefile <AS_INSTALL>/jbi/shared-libraries/sun-wsdl-library/wsdlsl.jar sun-wsdl-library \\ |
| At line 58 added 7 lines. |
| }}} |
| !!Version check |
| At line 59 changed 1 line. |
| {{{java -jar jbi-core-installer.jar <appserver-install-root> install overwrite}}} |
| {{{java -jar jbi-core-installer.jar <AS_INSTALL> install overwrite}}} |