java - JDK 1.6 and servlet containers -
When you upgrade to the new version of JDK (1.5 to 1.6), do you want to re-save your entirety container Is it to take advantage of this new JDK?
The environment in question is running Java 5 with JBoss 4.0.5.
If you are upgrading (moving from 1.5 to 1.6), then you should get your servlet container You do not have to reinstall it unless you are using a very specific library, which depends on 1.5 to fully work (which is not possible).
If you are going in the opposite direction and downgrading (moving between 1.6 to 1.5) then you will have a separate version servlet container but it will depend on the accessories you need.
Comments
Post a Comment