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
I’ve managed to get hot swapping working with myeclipse and weblogic. But it seems that only the servlets and the JSPs will “hot swap.” Other classes won’t swap. These classes are just plain old Java objects. Does anyone have any idea why I can’t get them to swap?
It is up to the app server to reload them, MyEclipse will deploy them but the app server’s refresh time needs to be setup to check every XXX milliseconds for changes and reload them. Have you checked the WL docs on how to set this? In Tomcat I believe it’s default is 15 seconds or osmething.