Search code examples
javaweb-hostingcloud-hostingdomain-name

Deploying java web application on cloud


I have read about Amazon web service (aws), openshift for deploying java web application.But like openshift the public URL consist of "rhccloud.com".

But I want only my domain name in the url like www.domain-name.com Can someone guide me in this regard.


Solution

  • If you have a purchased a domain name you can set it for your Openshift app via rhc utility like this:

    rhc alias add {appName} {alias}
    

    See more here