Question:
What is the syntax to skip entire class packages?
Answer:
Use the following syntax:
Note: This example uses abcjit as the class package.
1 - SkipPackagePrefix: abcjit.
Note: As you can see, there is no "*" but a "." at the end of package name. In the above example, the class package name starts with abcjit.
2 - Recycle the Application server. Use of the SkipPackagePrefix directive requires recycle of the Application server.