You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by geek J <ge...@rediffmail.com> on 2003/12/24 20:19:18 UTC

Using Struts in Tomcat

How to and where to place Struts 1.1 package in Tomcat If I need to work on Struts framework using JSP.? Do I need to configure anything more in my classpath to work struts.? Do I need any app developer seperately.?

Re: Using Struts in Tomcat

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Quoting geek  J <ge...@rediffmail.com>:

> How to and where to place Struts 1.1 package in Tomcat If I need to work on
> Struts framework using JSP.? Do I need to configure anything more in my
> classpath to work struts.? Do I need any app developer seperately.?


You should plan including struts.jar (and the commons jars it depends on) inside
your webapp's /WEB-INF/lib directory, as described in the Struts User's Guide:

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

The rest of the User Guide is very helpful to beginners as well.

Craig McClanahan



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org