JBoss.orgCommunity Documentation
After updating Maven dependencies, you need to update configurations via answering two questions:
In your eXo Platform extension, did you override anything in $PLATFORM-TOMCAT-HOME/gatein/conf?
If NO, you can skip this step, and simply keep all configurations in $PLATFORM-TOMCAT-HOME/gatein/conf.
If YES, you first need to keep all configurations of eXo Platform 3.5, then define which configurations you want to add/remove/update.
After that, you can put them into $PLATFORM-TOMCAT-HOME/gatein/conf.
There are some new configurations in $PLATFORM-TOMCAT-HOME/gatein/conf/ which are related to how to deploy the eXo Platform clustering, and JBoss Cache configuration.
In your eXo Platform extension, did you override anything in $PLATFORM-TOMCAT-HOME/bin?
If NO, you can skip this step, and simply keep all configurations in $PLATFORM-TOMCAT-HOME/bin.
If YES, you first need to keep all eXo Platform 3.5's origin configurations, then add/remove/update your extension configuration into it.
$PLATFORM-TOMCAT-HOME/bin/gatein.sh and $PLATFORM-TOMCAT-HOME/bin/gatein.bat are no longer used. Therefore, you should add your customized configurations in a more official way to set environment variables via setenv.sh or setenv.bat.