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 saving changes to jsp’s and deployment descriptor they are automatically deployed to the exploded archive but changes to src code aren’t deployed causing me to have to redeploy the app manually.
Is this the expected behaviour or is there a way to configure it to deploy src also?
They actually *are* deployed, but it is up to your application server (and it’s configuration) in order to allow reloading of changed classes (instead of just continually running the cached ClassLoader copy under you restart the app server).
Check the JBoss docs on how to turn on reloading. In Tomcat you do this by adjusting your context settings and setting the attribute “reloadable” to true.