views:

108

answers:

1

Is it possible in Java code (ejb) to read (some of) Weblogic's internal configuration properties, like:

Domain name, Domain home, Admin Server name, Port number, Server name, Host name, Config version, Weblogic acount name, etc.?

And if yes, how?

A: 

Here is an example - the principal is the same whether you're in an EJB or not.

rhys keepence