Re: Configuring Struts with eclipse

2007-07-12 Thread Ted Husted
On 7/12/07, cilquirm <[EMAIL PROTECTED]> wrote: We now strongly recommend that developers only turn devMode on for a reason, and always temporarily. There have been problems with people forgetting to turn devMode back off in production, which can cause a serious performance drag. c) Drop

Re: Configuring Struts with eclipse

2007-07-12 Thread cilquirm
It's relatively easy. You want the WTP ( unless you're using some customized version like MyEclipse, at which point, I can't help ). a) Create a Dynamic Web Project. b) Set up your Server Runtime (1) (2) c) Drop your jars into WebResources/WEB-INF/lib (3)(4) 4) write up your struts.xml : ht