On Tue, 20 Nov 2001 09:37:06 -0500, Lily Zou <[EMAIL PROTECTED]> wrote:
||| I am new to struts. I am currently using apache-tomcat-cocoon framework
||| with ant and preparing swithing to apache-tomcat-struts.We now use ant to
||| build and deploy applications. I wonder if anybody could tell me how to use
||| ant to do the similiar build for struts ? And how to implement struts with
||| Apache and tomcat ? Any suggestion is welcome !
Using Struts with Ant is no different than using any other library with
Ant. You just need to add the struts.jar to your classpath for compilation,
and then make sure the struts jars are in your WEB-INF/lib, and the struts
taglib tld files are in your WEB-INF. Ant has the <war> task that will help
with both of those.
Joey
-- Sun Certified Java2 Programmer
-- My Pocket Smalltalk Stuff: www.joeygibson.com/st
--
-- "We thought about killin' him, but we kinda
-- hated to go that far...." - Briscoe Darling
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>