Hi,
I am using Weblogic 9.2 MP3, I want to find Programmatically IP, Port & Server State of Weblogic. Let say there is a page named index.jsp deployed on domain mydomain. So after weblogic is RUNNING, I can access that page by hitting URL http://1.2.3.4:9876/mydomain/index.jsp.

I want the IP(1.2.3.4), Port(9876) & State(RUNNING) of weblogic at run time. Basically I want to hit a URL of jsp deployed through java code rather than from browser and don't want hardcoding.

Thanks in advance.

Recommended Answers

All 2 Replies

I have a plain java class, so i won't have any request come in.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.