Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.05 KB

README.asciidoc

File metadata and controls

36 lines (30 loc) · 1.05 KB

Kaazing JMS Gateway OpenShift Cartridge

This cartridge will download Kaazing JMS Gateway and start it.

Create the OpenShift Application

  1. Create a DIY application using this git repo as source code:

    rhc app-create kaazing diy --from-code=git://github.com/arun-gupta/kaazing-openshift-cartridge.git
  2. Create a port-forward from your local machine to your remote server

    rhc port-forward kaazing
    Checking available ports ... done
    Forwarding ports ...
    
    To connect to a service running on OpenShift, use the Local address
    
    Service Local                OpenShift
    ------- --------------- ---- -----------------
    java    127.0.0.1:61222  =>  127.3.126.1:61222
    java    127.0.0.1:61613  =>  127.3.126.1:61613
    java    127.0.0.1:61616  =>  127.3.126.1:61616
    java    127.0.0.1:61617  =>  127.3.126.1:61617
    java    127.0.0.1:8000   =>  127.3.126.1:8000
    java    127.0.0.1:8001   =>  127.3.126.1:8001
    java    127.0.0.1:8161   =>  127.3.126.1:8161
    
    Press CTRL-C to terminate port forwarding