Example of settings in prefetchConfig.xml file
In the following example, the prefetchConfig.xml file instructs the mid tier to prefetch forms Home Page, Sample:Cities, and Sample:Enrollments from the server jiwu-w2k3 with the user Demo.
<?xml version="1.0" encoding="UTF-8"?>
<midtier-prefetch-config xmlns="http://www.bmc.com/remedy/midtier/midtier">
<prefetch-user>
<user-name>Demo</user-name>
<locale>en_US</locale>
<prefetch-server>
<server-name>jiwu-w2k3</server-name>
<prefetch-form>
<form-name>Home Page</form-name>
</prefetch-form>
<prefetch-form>
<form-name>Sample:Cities</form-name>
</prefetch-form>
<prefetch-form>
<form-name>Sample:Enrollments</form-name>
</prefetch-form>
</prefetch-server>
</prefetch-user>
</midtier-prefetch-config>
You can also click the XSD file link on the Cache page to display a copy of the XSD file, which shows the syntax used for the prefetch information.
Was this page helpful? Yes No
Submitting...
Thank you
Comments