简体   繁体   中英

Spring boot web application is working in embed tomcat but not in external

Spring-boot web application is running great in embed tomcat with HTTPS protocol. The same was build as a war file and deployed to an external tomcat but it is not working now giving a 404 error.

How do I run the external tomcat in HTTPS protocol, I have tried uncommenting the SSL host config in server.xml but there is no use.

To disable HTTPS in spring project, you can add below property in application.properties server.ssl.enabled=false

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM