Hello,
I am new to
Struts and just started tinkering with the struts blank war file that comes bundled with the dowloaded zip. When I deploy the actual war file directly into the
Tomcat webapps everything works as expected and I get the correct page. However, I tried to rebuild the war inside Eclipse by importing it into a new project, and I get an error message as follows.
I am thinking this might be a problem with my configuartion in Eclipse. I am using Eclipse 3.2 with a SysDeo Tomcat plugin. I am running Tomcat inside Eclipse.
Also in a different note, how can you build war files inside Eclipse using the Tomcat Project? I used to do it by Run Packaging but that was using the
JBoss IDE. Is there a way to do it inside Eclipse or should I use
Ant instead? If there is a way to do it inside Eclipse, I will be delighted if someone enumerate to me the steps to configure it.
Thanks in advance.