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 searched for this topic but couldn’t find it. My web project is using Spring+Struts and it is deploying perfectly through myeclipse. However, each time MyEclipse redeploy it kills the session. Is there a way to keep the session?
Some things to note:-
1. When tomcat senses changed files, it restarts the context immediately.
2. Can you use an exploded deployment to minimize the number of restarts.
3. If they are still occuring, you can edit the context configuration for that web app and set “reloadable=true” to stop it from reloading all the time