author | tasneems@symbian.org |
Fri, 19 Feb 2010 11:18:11 -0800 | |
changeset 176 | 4ede6cf4f049 |
parent 175 | c7e5373cae15 (current diff) |
parent 174 | 625bccefb1ff (diff) |
child 177 | 68eb1095ab01 |
child 178 | 0788170afe15 |
--- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WebappManager.java Fri Feb 19 11:14:25 2010 -0800 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WebappManager.java Fri Feb 19 11:18:11 2010 -0800 @@ -122,7 +122,7 @@ public static String getHost() { if (host == null) { - host = "localhost"; + host = "127.0.0.1"; } return host; }