Trying to deploy Spring Boot to weblogic server
I am trying to create a test application using Spring Boot that will be deployed on a Weblogic server. When I test if my application works locally (using tomcat) it does. I am able to go to localhost:8080/greeting and see the message "Hello World!". However, when I deploy the .WAR file to Weblogic, I get a 10.4.5 404 Not Found error. I found this link that told me to add implements WebApplicationinitializer to the Application.java: Deploy Spring Boot app in Weblogic However, when I tried that, I could no longer deploy to Weblogic. I was getting the following error in the logs: java.lang