Skip to content

Correct target folder for mounting JAR dependencies in teamengine-web#649

Open
Brook-B-Nigatu wants to merge 1 commit intoopengeospatial:masterfrom
Brook-B-Nigatu:te-base-jar-loading
Open

Correct target folder for mounting JAR dependencies in teamengine-web#649
Brook-B-Nigatu wants to merge 1 commit intoopengeospatial:masterfrom
Brook-B-Nigatu:te-base-jar-loading

Conversation

@Brook-B-Nigatu
Copy link
Copy Markdown

This small change corrects the target folder for mounting JAR files in the web version of teamengine.

Tomcat expects JAR dependencies in WEB-INF/lib and unpacked .class files in WEB-INF/classes.

While the current version would work if ${TE_BASE}/resources/lib contains unpacked .class files instead of JAR files, teamengine usage instructions suggest putting dependencies as JAR files in ${TE_BASE}/resources/lib. The default build output from the template generated from the ETS maven archetype also packages dependencies as JAR files.

This change thus avoids the need to copy JAR files directly into the WEB-INF/lib folder during development or change the build output in the ETS code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant