tom tom wrote:
Hi,
We have portlet based ajax application written using
struts 2.0.6, With the introduction of the struts
2.0.11 we can see lot of bugs have been resolved.
We would like to start the next project using struts
2.0.11, both application will co exist in the same
tomcat server.
Will there be any class loading or any other issue if
we have struts 2.0.6 and struts 2.0.11 application in
the same tomcat server.
Thanks
That will be fine. Tomcat uses a different classloader for each webapp.
Conflicts occur only when you place jars in Tomcat's shared, common or
system library folders. See the first section of their how-to:
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]