Skip to content
Advertisement

Tag: angular

Deploy WAR to Tomcat (Spring Boot + Angular)

I am trying to deploy the Spring Boot Application with WAR packaging to Tomcat 10. The application gets deployed successfully, however, when I try to access the endpoints it results in 404 Not Found. WAR File: application.war Tomcat webapps/application folder consists of following and index.html (Angular) have <base href=”/”> As discussed here, I have added a class AppServletInitializer which extends

Advertisement