| Author |
Where to put cachespec.xml in development in environment
|
|
|
| I need to copy the cachespec.xml to the appropriate location in a dev environment on windows. In a production environment it appears to sit in WAS_installdir\installedApps\cell_name\W
C_instance_name.ear\Stores.war\WEB-INF\cachespec.xml but this location d
oesn't exist in a dev environment?
| |
| Robert Brown 2005-10-24, 4:26 pm |
| > I need to copy the cachespec.xml to the appropriate location in a dev environment on windows. In a production environment it appears to sit in WAS_installdir\installedApps\cell_name\W
C_instance_name.ear\Stores.war\WEB-INF\cachespec.xml but this location
doesn't exist in a dev environment?
Place the cachespec.xml file in <WSAD Install
Root>\runtimes\base_v5\properties. There is already a dtd and a sample
cachespec file in this folder.
R
| |
|
| Thanks Robert. I have since discovered that it seems to also work by placing it in the WEB-INF and/or META-INF directories.
| |
|
| Ryan,
Placing the cachespec.xml under WEB-INF and/or META-INF folder is the right/recommended way. This way you can have your application specific cache policy.
Regards,
Balaji Raghavan
|
|
|
|