Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Unable to access web application via Web logic Test Points

I have created a Java cloud service on Weblogic 12c and deployed a web application. I am able to access this application via Public IP, however unable to test it via weblogic web console via test points.
URLs in test points are like http://10.196.31.170:8001/TryCloud/index.html whereas URL via public ip address are of range http://129.152.131.168/TryCloud/
Please advise, are test points internal, and how to test it using them.
Answers
-
Hi,
Your observation is correct. The test point shown in WebLogic Admin Server console is an internal IP address. You should use the external IP(public IP) address for testing the application as documented here. If you have a support contract, I would recommend opening a SR and filing an enhancement request to include the external test point IP address in Admin server console as well.