diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
| commit | 88773e4daa06bebe51d3204a8ea4c47706c31afa (patch) | |
| tree | b4b195161742df29ff6b7f2e4ad09b8ef2b78c7e /htroot/processing | |
| parent | 6c35b68f173eb33a158fa76288e24ab523879ae0 (diff) | |
changed the default port from 8080 to 8090
see also: http://forum.yacy-websuche.de/viewtopic.php?p=21683#p21683
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7454 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/processing')
| -rwxr-xr-x | htroot/processing/domaingraph/applet/domaingraph.java | 2 | ||||
| -rwxr-xr-x | htroot/processing/domaingraph/applet/domaingraph.pde | 2 | ||||
| -rwxr-xr-x | htroot/processing/domaingraph/domaingraph.pde | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/htroot/processing/domaingraph/applet/domaingraph.java b/htroot/processing/domaingraph/applet/domaingraph.java index 50a27df77..f4bf3d7d3 100755 --- a/htroot/processing/domaingraph/applet/domaingraph.java +++ b/htroot/processing/domaingraph/applet/domaingraph.java @@ -56,7 +56,7 @@ public void setup() { } catch (NullPointerException e) {} if (url == null) { host="localhost"; - port=8080; + port=8090; } else { host=url.getHost(); port=url.getPort(); diff --git a/htroot/processing/domaingraph/applet/domaingraph.pde b/htroot/processing/domaingraph/applet/domaingraph.pde index 1dfbb495a..514c5f661 100755 --- a/htroot/processing/domaingraph/applet/domaingraph.pde +++ b/htroot/processing/domaingraph/applet/domaingraph.pde @@ -56,7 +56,7 @@ void setup() { } catch (NullPointerException e) {} if (url == null) { host="localhost"; - port=8080; + port=8090; } else { host=url.getHost(); port=url.getPort(); diff --git a/htroot/processing/domaingraph/domaingraph.pde b/htroot/processing/domaingraph/domaingraph.pde index 1dfbb495a..514c5f661 100755 --- a/htroot/processing/domaingraph/domaingraph.pde +++ b/htroot/processing/domaingraph/domaingraph.pde @@ -56,7 +56,7 @@ void setup() { } catch (NullPointerException e) {} if (url == null) { host="localhost"; - port=8080; + port=8090; } else { host=url.getHost(); port=url.getPort(); |
