Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
WebLogic 14c: Can't read swagger JSON from http://${host}:${port}/${context}/swagger/swagger-ui.html

user11382788
Member Posts: 53 Blue Ribbon
in WebLogic
Hello,
I have migrated a Java EE 7 application from Wildfly to WebLogic. Everything seems to work as expected but the swagger-ui test interface. After having deployed the application, trying to go to http://${host}:${port}/${context} displays the following error message:
Can't read swagger JSON from http://${host}:${port}/${context}/swagger/swagger-ui.html
What's the swagger-ui URL for a Java EE 7 application exposing a JAX-RS 2.0 REST API ?
Many thanks in advance.
Nicolas
Comments
-
Is there anyone concerned here ?