Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDeveloper, Tomcat and Struts 1

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
Hi,

We are developing web application using struts, JSP and servlets.We are planning to use JDeveloper as IDE and Tomcat 4.1 as WebServer.JDeveloper has struts in it. Is it sufficient or do we need to download anything else for running struts application in Tomcat?

Thanks in advance.
 
Hi,

I think that would be sufficient. I have't used JDeveloper but to run struts all you need are the below jar files which need to be in you class path. They can be downloaded form jarkarta web site.

commons-digester.jar
commons-logging.jar
commons-beanutils.jar
commons-collections.jar
struts.jar
commons-pool.jar
commons-services.jar
commons-validator.jar
commons-dbcp.jar


struts-config.xml

-- Jakarta Tag libs --
struts-bean.tld
struts-html.tld
struts-logic.tld

Hope this help you..
Cheers

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top