Skip to:
Add a preServerStart interceptor for:
Influencing how the server details are resolved
Allow meddling with the command parameters
Give a chance to play with the hostname PRIOR to the random ports being generateed
Pass the following structs (by reference) as interceptData
serverDetails – Contains name, webroot, serverconfigfile, server.json and serverinfo struct
serverProps – Contains raw parameters passed by user into command with all file paths resolved/expanded
Add a preServerStart interceptor for:
Influencing how the server details are resolved
Allow meddling with the command parameters
Give a chance to play with the hostname PRIOR to the random ports being generateed
Pass the following structs (by reference) as interceptData
serverDetails – Contains name, webroot, serverconfigfile, server.json and serverinfo struct
serverProps – Contains raw parameters passed by user into command with all file paths resolved/expanded