Server is initializing subsystems and setting up the runtime environment.
Prepare for the beginning of active use of the public methods of this
subsystem. This method is called before any of the public methods of
this subsystem are utilized.
// Setup Catalina's environment
InstanceEnvironment instance = sc.getInstanceEnvironment();
System.setProperty("catalina.home", instance.getInstancesRoot());
System.setProperty("catalina.base", instance.getInstancesRoot());
System.setProperty("catalina.useNaming", "false");