Skip to content

Commit

Permalink
feat: add mediacentre api to tomcat Context
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jun 20, 2024
1 parent e875471 commit 3c87142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/tomcat/conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
<Context path="/collabsoft" docBase="${server.webapps}/collabsoft" reloadable="false" crossContext="true">
<Parameter name="spring.config.additional-location" value="${PROJECT_HOME}/collabsoft/"/>
</Context>
<Context path="/mediacentre-api" docBase="${server.webapps}/mediacentre-api" reloadable="false" crossContext="true">
<Parameter name="spring.config.additional-location" value="${PROJECT_HOME}/mediacentre-api/"/>
</Context>
<Context path="/manager" docBase="${server.home}/webapps/manager" reloadable="false" antiResourceLocking="false" privileged="true" useHttpOnly="true">
</Context>
<Context path="/probe" docBase="${server.webapps}/psi-probe" reloadable="false" antiResourceLocking="false" privileged="true" useHttpOnly="true" >
Expand Down

0 comments on commit 3c87142

Please sign in to comment.