Skip to content

Commit

Permalink
feat: add collabsoft to tomcat Context
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Apr 22, 2024
1 parent a6fbc31 commit 448c05d
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 @@ -171,6 +171,9 @@
<Parameter name="spring.config.additional-location" value="${PROJECT_HOME}/glc/"/>
</Context>
<Context path="/wisemapping" docBase="${server.webapps}/wisemapping" reloadable="false" crossContext="true"/>
<Context path="/collabsoft" docBase="${server.webapps}/collabsoft" reloadable="false" crossContext="true">
<Parameter name="spring.config.additional-location" value="${PROJECT_HOME}/collabsoft/"/>
</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 448c05d

Please sign in to comment.