Little help with Deployment of Struts 1.2 on JBoss 5.1.0.GA

2011-04-23 Thread HarleyDudue
I have a task to take an OLD struts application and move it to JBoss 5.1. One the surface this sounds like a very easy thing to accomplish. GG false assumption on my part. When I point my browser to the war file, I get the following: 09:43:21,595 ERROR [[jsp]] Servlet.service() for servlet

Re: Little help with Deployment of Struts 1.2 on JBoss 5.1.0.GA

2011-04-23 Thread HarleyDudue
Thank you for answering me... What I finally did was rebuild the project from scratch using MyEclipse. I dropped in the source files and only added jar files not provided from the initital project creation. I verified my struts-config.xml fileand I got it working. Happy Camper I am