You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
Index: etc/org.apache.karaf.management.cfg |
|
--- etc/org.apache.karaf.management.cfg.orig 2016-04-05 00:52:31.000000000 +0200 |
|
+++ etc/org.apache.karaf.management.cfg 2016-06-12 11:24:01.123991754 +0200 |
|
@@ -10,7 +10,7 @@ |
|
# |
|
# Host for RMI registry |
|
# |
|
-rmiRegistryHost = 0.0.0.0 |
|
+rmiRegistryHost = 127.0.0.1 |
|
|
|
# |
|
# Port number for RMI server connection |
|
Index: etc/org.apache.karaf.shell.cfg |
|
--- etc/org.apache.karaf.shell.cfg.orig 2016-04-05 00:52:31.000000000 +0200 |
|
+++ etc/org.apache.karaf.shell.cfg 2016-06-12 11:23:49.813949346 +0200 |
|
@@ -6,7 +6,7 @@ |
|
# Via sshPort and sshHost you define the address you can login into Karaf. |
|
# |
|
sshPort = 8022 |
|
-sshHost = 0.0.0.0 |
|
+sshHost = 127.0.0.1 |
|
|
|
# |
|
# The sshIdleTimeout defines the inactivity timeout to logout the SSH session. |
|
Index: etc/org.sonatype.nexus.cfg |
|
--- etc/org.sonatype.nexus.cfg.orig 2016-04-05 00:52:31.000000000 +0200 |
|
+++ etc/org.sonatype.nexus.cfg 2016-06-12 11:23:33.243829051 +0200 |
|
@@ -1,6 +1,6 @@ |
|
# Jetty section |
|
application-port=8081 |
|
-application-host=0.0.0.0 |
|
+application-host=127.0.0.1 |
|
nexus-args=${karaf.etc}/jetty.xml,${karaf.etc}/jetty-http.xml,${karaf.etc}/jetty-requestlog.xml |
|
nexus-context-path=/ |
|
|
|
|