Javascript File Is Not Loading Fully In All Browsers
Solution 1:
Check this page it Hot deployment and dynamic reloading. In general it says that you may need to restart the application.
Also check, if application reloading is enabled, however I'm not sure if it is relevant for static files.
If reloading of classes is enabled and the polling interval is greater than zero (0), the application files are reloaded after the application is updated. For JavaServer Pages (JSP) files in a web module, a web container reloads JSP files only when the IBM extension
jspReloadingEnabled
in thejspAttributes
of theibm-web-ext.xml
file is set to true. You can setjspReloadingEnabled
to true when editing your web module's extended deployment descriptors in an assembly tool.
You can restart app from console as provided in comments or via wsadmin script.
Post a Comment for "Javascript File Is Not Loading Fully In All Browsers"