Remoting Plugin

Configurable port for RMI server

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0
  • Component/s: None
  • Labels:
    None
  • Environment:
    Grails 1.0.2
    WinXP
  • Patch Submitted:
    Yes

Description

This is a patch that allows the RMI server to have a configurable port (like the client has). Example configuration use is shown below. A diff is attached.

Config.groovy
...........
environments {
development {
remoting { rmiport = 1198 }
}
production {
remoting { rmiport = 1199 }
}
}

Activity

Hide
Peter Ledbrook added a comment -

Available in the 1.0 release of the plugin as a "remoting.rmi.port" setting.

Show
Peter Ledbrook added a comment - Available in the 1.0 release of the plugin as a "remoting.rmi.port" setting.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: