Site run multiple tomcat tasks over 6 Lpars for a single Endevor instance, and sysprogs would prefer not to write Tomcat cache data to /tmp/javasharedresources/ and would like a separate cache directory for each Lpar. How to set it up ?
Endevor v19
Update WSTOMENV JVM options for each Tomcat and add:
IJO="$IJO -Xshareclasses:name=cache1_%u,cacheDir=<directory>,nonfatal"
Note:
Recycle Tomcat after the change.