Issue Details (XML | Word | Printable)

Key: GRAILSPLUGINS-450
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Peter Ledbrook
Reporter: Tyler Williams
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails Plugins

Configurable port for RMI server

Created: 11/Jul/08 01:21 PM   Updated: 11/Sep/08 11:26 AM   Resolved: 11/Sep/08 11:26 AM
Component/s: Grails-Remoting
Affects Version/s: None
Fix Version/s: Grails-Remoting 1.0

Time Tracking:
Not Specified

File Attachments: 1. File RemotingGrailsPlugin.groovy-3087-diff (41 kB)

Environment:
Grails 1.0.2
WinXP

Patch Submitted: Yes


 Description  « Hide

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 }
}
}



Peter Ledbrook added a comment - 11/Sep/08 11:26 AM

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