Re: How to figure what port is in use from a BindException

2008-02-01 Thread Upul Godage
You can use a tool like netstat to check which ports programs are listening on at the moment and unusable by the server instance. netstat -anb You can find which ports the server instance will use by the config.substitutions.properties entries. Upul On Feb 1, 2008 6:38 PM, Vamsavardhana Reddy

Re: trunk\plugins\console\console-base-portlets\src\main\resources\consolebase_zh.properties

2008-01-27 Thread Upul Godage
When the property is not found in the consolebase_zh.properties it will look for the same property in the consolebase.properties and get it from there. So consolebase.properties become the default. That value is overridden by the the consolebase_zh .properties values. Proper way is to provide the

Re: trunk\plugins\console\console-base-portlets\src\main\resources\consolebase_zh.properties

2008-01-27 Thread Upul Godage
:-) ), and then any others who know Chinese can translate consolebase.properties to consolebase_xx.properties. Thanks. -- Yun Feng Upul Godage wrote: When the property is not found in the consolebase_zh.properties it will look for the same property in the consolebase.properties and get it from