IntelliJ Java IDE
The moose likes BEA/Weblogic and the fly likes How to display the mode of the application? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "How to display the mode of the application?" Watch "How to display the mode of the application?" New topic
Author

How to display the mode of the application?

Skip Jack
Greenhorn

Joined: Aug 03, 2011
Posts: 4
How to display the mode of the application, say, whether it is working in Development or QA server using java.?
I am stuck at this part. If the application is working in development server, it has to display DV and if it is in QA server, it has to display QA.
I tried to put the info about the server in a an xml file & tried to access the values using ResourceManager.getInstance(null).get().But it returned null.
Can anybody out there can help me???
 
IntelliJ Java IDE
 
subject: How to display the mode of the application?
 
Threads others viewed
WAS failed to start
FileNotFound Exception
Inserting data in rms
How Agile Testing work with QA Teams?
GUI Design
IntelliJ Java IDE