I have a standard web application deployed to an application server. The application uses Struts 1, iBatis, JSP, Servlets, pretty basic stuff.
Now the application will be deployed to a Weblogic cluster. Is there anything in particular I need to rework so that the application may be deployed to a cluster, for instance, how about transactions? Or is deploying to a cluster invisible to the developer? Looking for general things to look into, things that for sure need to be done when a web application is deployed to a cluster.