More changes to test client

This commit is contained in:
Alena Prokharchyk 2012-05-02 14:06:31 -07:00
parent 92dc870f3e
commit 868bdfeb5a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class Demo {
//create the deployment
String publicIp = createDeployment();
//setup web server on user vm
setupHttpd(publicIp, "password");
setupHttpd(publicIp, "cloud.com");
//return web access url
System.out.println("\nURL is " + "http://" + publicIp + "/cloudcom-faq.html");