On Fri, 4 Apr 2003, Bill Barker wrote:

> Date: Fri, 4 Apr 2003 19:49:17 -0800
> From: Bill Barker <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: STRUTS in Tomcat?
>
>
> "Raible, Matt" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > The 4.1.x version of Tomcat has an Administration app that's written using
> > Struts.
>
> This is true.  However the struts jar is packaged in admin/WEB-INF/lib, so
> it isn't generally accessable to other web-apps.  There is nothing that
> stops you from copying the jar file to shared/lib, where it is available to
> all web-apps.
>

Except for the minor problem that it's not certified to work when
installed this way :-).

  http://jakarta.apache.org/struts/userGuide/configuration.html#config_add

For Struts 1.0 and 1.1, you should always package struts.jar (and the JARs
it depends on) in "/WEB-INF/lib" of your webapp.  More robust support for
running with a shared struts.jar is on the wishlist for Struts 1.2.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to