You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by tom tom <j_...@yahoo.com> on 2008/04/21 03:24:15 UTC

Can these two co exists

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



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Can these two co exists

Posted by Chris Pratt <th...@gmail.com>.
Ok, sorry to be off topic, but does it strike anyone else as ironic
that a a conversation entitled "Can these two coexist" was written by
TOM & JERomY?
  (*Chris*)

On Sun, Apr 20, 2008 at 9:19 PM, Jeromy Evans
<je...@blueskyminds.com.au> wrote:
> 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: user-unsubscribe@struts.apache.org
>  For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Can these two co exists

Posted by Jeromy Evans <je...@blueskyminds.com.au>.
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org