Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
When developing a web project while it is deployed as an exploded war project the .jsp and servlets are redeployed when they are saved. I was wondering it is possible to add a folder to this so that I can have all of my .xsl files redeployed as well.
The deployment is actually part of the build cycle, so I believe as long as those XSLs are under WebRoot somewhere, and you are saving them, they should be deployed.