On Oct 17, 2007, at 3:05 AM, Ashish Jain wrote:
Any help on this issue??
Ashish,
OpenEJB 3.0 supports an 'only_from' configuration option. Running
openejb standalone, you should be able to accomplish what you want.
E.g.:
openejb start -Dadmin.only_from=127.0.0.1
(note: I've never used this...)
As I've noted on Geronimo dev list, we may be able to get this
configured with existing codebase in Geronimo. If this feature is
important to users, we should probably get 'allowedHosts' support
back into Geronimo... Either way, it's a discussion for the geronimo
list...
--kevan