We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c861be commit e2ad037Copy full SHA for e2ad037
1 file changed
lib/java_buildpack/framework/jmx.rb
@@ -39,7 +39,7 @@ def release
39
.add_system_property('java.rmi.server.hostname', '127.0.0.1')
40
.add_system_property('com.sun.management.jmxremote.authenticate', false)
41
.add_system_property('com.sun.management.jmxremote.port', port)
42
- .add_system_property('com.sun.management.jmxremote.rmi.port', port + 1)
+ .add_system_property('com.sun.management.jmxremote.rmi.port', port)
43
end
44
45
private
0 commit comments