I am trying to run the similar Hello world spring boot WEB application on Weblogic 10.3.6
And like mentioned [here][1] And I have tried both the approaches
- Implementing the Application class with implements WebApplicationInitializer and
- Writing our own WebInitializer and then copying all the code from SpringBootServletInitializer
Both theses methods are not helping me out to the application, I can deploy it as webapplication on weblogic 10.3.6 but when accessing it gives me same error with error code 403
Can some one please guide me on this.