Skip to content

apache-tomcat: Providing Additional JARs to Tomcat #221

Answered by dmikusa
ZBSTooling asked this question in Q&A
Discussion options

You must be logged in to vote

Buildpacks can contribute JARs to the CLASSPATH of Tomcat

This is for other Buildpacks to add JARs. I think you could technically use it without a buildpack, but it is not the intended way to do this.

As a user, you would want External Configuration. This allows you to overlay basically anything on top of the Tomcat install. Think of it as your external configuration bundle is just extracted on top of Tomcat. The example there shows config, but you could just as easily overlay a JAR file into the lib/ directory.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ZBSTooling
Comment options

Answer selected by ZBSTooling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants