...
The parentLoaderPriority parameter is a boolean that selects of the standard java parent first delegation classloading Classloading will be used or the servlet specification webapp classes first Classloading priority.
If the extract parameter is true, any packed war or zip files will first be extracted to a temporary directory before being deployed. This is advisable if there are uncompiled JSPs in the web apps.
...