Reg : Caching Techninque is not working

2011-11-22 Thread Polaris Polaris
Dear all,
 I have put the following entry in the apache httpd.conf file for
my GWT application(Caching tech).

#expires module tag for specifying the expiry of specific file types
 #
 
  ExpiresActive On
  ExpiresByType image/gif "access plus 7 day"
  ExpiresByType image/jpg "access plus 7 day"
  ExpiresByType image/jpeg "access plus 7 day"
  ExpiresByType image/png "access plus 7 day"


  ExpiresByType application/javascript "access plus 7 day"
  ExpiresByType text/css "access plus 7 day"
 

If i have only one webserver means this entry is working.

But my problem is I have two different webservers and one (F5) Load
balancer.
If you are going to hit the application then the request going to F5-
Load balancer after that the request will be redirected into any one
webserver. In this situation the above entry is not working(ie.,
Caching is not happening).  How will sortout this issues? If you have
any idea in this one please share to me. It is really very helpful for
me.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Apache - Httpd.conf Entry - Static images

2011-11-13 Thread Polaris Polaris
Dear all,
   I have put the following entry in the httpd.conf file for compress
and expiry page. Can you pls check and confirm whether my entry is
correct in this file or i need to enabled anyother files.



#SetOutputFilter DEFLATE
ExpiresActive on
ExpiresDefault "now plus 1 month"




 SetOutputFilter DEFLATE
SetHandler weblogic-handler

WebLogicCluster <>
MatchExpression *


#expires module tag for specifying the expiry of specific file types
 #
 
  ExpiresActive On
  ExpiresByType image/gif "now plus 7 day"
  ExpiresByType image/jpg "now plus 7 day"
  ExpiresByType image/png "now plus 7 day"
  ExpiresByType application/javascript "now plus 7 day"
  ExpiresByType text/css "now plus 7 day"
 


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.