Hi there,
If you were to create a checklist of things you needed to do before you deploy a typical jee webapp that makes use of servlets, ejbs, o/r mapping, relational databases, etc what would be on it? Like any sort of time out properties and settings, pool sizes, jndi related properties, etc. that are crucial at production deployment.
For instance, I just found out today that I need to make sure that I need to check that idle database connections in the connection pool need to be checked so that they dont become stale after the idle timeout period.