tomcat8 - Integrating spring config server with "legacy" tomcat -




i'm trying deploy spring boot application packaged war file tomcat 8. have properties come config server. config server can simple spring boot executable jar file, connected git.

i can't see find way tell "classic" tomcat (non-spring-boot) configuration in external config server. there's no "bootstrap.yml" tomcat i'm aware of?

any assistance great.

thanks.

the problem web.xml still used legacy implementation of contextloaderlistener. not needed if war packaged spring boot application. actually, caused problems. when removed it, let configuration picked spring boot itself.

see response here dave syer:

https://github.com/spring-cloud/spring-cloud-config/issues/715





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -