Commit ce9f2c5
Christopher Frost
Fix a path relativity issue in Spring Insight
A previous commit [1] added support for the Spring Insight application
performance monitoring tool to the Tomcat container. This commit
contained an error where the installed location of Insight was
referenced with an absolute path instead of a relative path. This
causes applications bound to the Insight service to fail to start as
the path to Insight passed to the application at startup will be
incorrect.
[1] e0e9041 - Zero-touch support for
Spring Insight1 parent a538d65 commit ce9f2c5
2 files changed
Lines changed: 10 additions & 10 deletions
File tree
- lib/java_buildpack/framework
- spec/java_buildpack/framework
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments