I have a web application deployed in IBM websphere. Each time I change my css or javascript file I have to redeploy EAR file. Is it possible to place these css/javascript files outside EAR/WAR file so that I can avoid redeploying EAR file.
Share
For that pattern, I recommend placing those static files in a different location on your web server (or proxy server if you have one), then referencing them from your pages with a path Alias. For instance in Apache/IHS:
And then in your HTML/JSP: