stucky101_88485
Aug 09, 2012Nimbostratus
Extend WAN or LAN to add "none"
Hi
We host a bunch of apps on a glassfish appserver and it appears the http-caching doesnt' work well with this. The http iApp template automatically creates a LAN or WAN based caching profile.
I thought I might be able to extend that to add "none" so there is no caching but there seems to be a little more code involved than I'm comfortable with; only having looked at this for 2 days.
Is this doable ? Looks like you're building an array of optimization profiles here :
set temp $http_optimization_profile_names
set http_optimization_profile_names \{
append http_optimization_profile_names $temp
append http_optimization_profile_names \}
I'm ok with the tcp optimizations but I need to turn off the caching profile. The profile it creates is called appname_caching_profile.However, I cannot find any reference to "caching_profile" in the template.
Any pointers ?