summaryrefslogtreecommitdiff
path: root/htroot/processing
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-28 10:54:13 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-28 10:54:13 +0000
commit88773e4daa06bebe51d3204a8ea4c47706c31afa (patch)
treeb4b195161742df29ff6b7f2e4ad09b8ef2b78c7e /htroot/processing
parent6c35b68f173eb33a158fa76288e24ab523879ae0 (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-xhtroot/processing/domaingraph/applet/domaingraph.java2
-rwxr-xr-xhtroot/processing/domaingraph/applet/domaingraph.pde2
-rwxr-xr-xhtroot/processing/domaingraph/domaingraph.pde2
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();