Hi,
I am using SmartGWT 3.0 with GWT 2.6 for my application and deploying in our envirnoment which is accessible through VPN.
I am getting one weird issue
* Whenever i am hitting the host page its downloading the *.cache.html files twice (size is 821 KB,Image is attached here) which will take time to load the application
* But the same if i deployed on my local server its downloading only one *.cache.html which is correct
* Don't no what causing this issue , any idea or suggestion how to solve this issue?
Note: I have added 2 servlet filter in our web.xml on hitting the hostpage(/application.html) which will get called but inside the filter there is some logic which will not be execute in my above case(have some condition which will read from my server system property,currently its only doing dofilter)
I am using SmartGWT 3.0 with GWT 2.6 for my application and deploying in our envirnoment which is accessible through VPN.
I am getting one weird issue
* Whenever i am hitting the host page its downloading the *.cache.html files twice (size is 821 KB,Image is attached here) which will take time to load the application
* But the same if i deployed on my local server its downloading only one *.cache.html which is correct
* Don't no what causing this issue , any idea or suggestion how to solve this issue?
Note: I have added 2 servlet filter in our web.xml on hitting the hostpage(/application.html) which will get called but inside the filter there is some logic which will not be execute in my above case(have some condition which will read from my server system property,currently its only doing dofilter)
Comment