Skip to content

Commit

Permalink
Update tomcat/base.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Dahanne <[email protected]>
  • Loading branch information
c0d1ngm0nk3y and anthonydahanne authored Sep 18, 2023
1 parent b207b88 commit 8db1bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tomcat/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ func (b Base) ContributeLogging(layer libcnb.Layer) error {
if ok {
b.Logger.Bodyf("found BPI_TOMCAT_ADDITIONAL_JARS %q", additionalJars)
s = fmt.Sprintf(`CLASSPATH="%s:%s"`, file, additionalJars)
} else {
s := fmt.Sprintf(`CLASSPATH="%s"`, file)
}

file = filepath.Join(layer.Path, "bin", "setenv.sh")
Expand Down

0 comments on commit 8db1bca

Please sign in to comment.