Previous Topic: GAC RestrictionsNext Topic: Using the Resource Cache


Troubleshooting GAC

You can test GAC as follows to see if it is working:

  1. Enable the trace (secons ‑t+).
  2. Access a file that corresponds to one of the file masks specified in GAC.init. The first access should be reported in the trace.
  3. Try to access the file again. The second file access should not be recorded in the trace.

    If it is, GAC is not working. Check the GAC.init to see that it contains the correct format.