On Wed, 18 Apr 2001, Jim Bruno Goldberg wrote:

> 
> Hi, people!
> 
>          I am beginning in JSPs, Tomcat and Struts now: please, be pacient. ;)
>          What I do:
>                  Copy *.war files from struts distribuition into webapps 
> tomcat directory

This is correct.

>                  Copy * from struts .\lib dir into tomcat .\lib dir

This is wrong and will cause you nothing but problems.  The WAR files from
the Struts distribution (and any WAR file you create for your own
application) should have struts.jar in the WEB-INF/lib directory.

Craig McClanahan

Reply via email to