Community
Participate
Working Groups
The console code currently only echo's the port you configured, rather than the port that is actually being listened on. If you specify "0" as the console port, the Java ServerSocket will pick an unused transient port value to listen on-- but there is no way to tell what port that is. This is a quick mod to FrameworkConsole so that it echos the local port (i.e. the port it is actually bound to / listening on) rather than just echoing the property value
Created attachment 120904 [details] update to FrameworkConsole.java
Patch released. Thanks Erin.