Add onServerInstall interception point for addition engine config
Description
In case users want to copy additional config files into their server's installation directory, provide a onServerInstall interception point that fires after the server has been installed but before it actually starts. Provide the same serverinfo struct that onServerStart gets as well as the installDetails struct that shows the following:
internal - Whether the internal CLI engine is being used
version - What version of the engine is being installed
installDir - The directory where the engine WAR was exploded
initialInstall - Whether this is the first time the engine was installed
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
In case users want to copy additional config files into their server's installation directory, provide a onServerInstall interception point that fires after the server has been installed but before it actually starts. Provide the same serverinfo struct that onServerStart gets as well as the installDetails struct that shows the following:
internal - Whether the internal CLI engine is being used
version - What version of the engine is being installed
installDir - The directory where the engine WAR was exploded
initialInstall - Whether this is the first time the engine was installed