Hello Group, I am working with struts and following is what I have done already.
1. Downloaded tomcat, configured it, and it is running alright. 2. Downloaded struts unzipped, untarred it and copied necessary .jar files from this directory into tomcat WEB-INF/lib directory. 3. Built web.xml for HelloWorld example and placed it under WEB-INF. 4. Built struts.xml file for HelloWorld and placed it under WEB-INF/classes directory. 5. Wrote HelloWorld.java and compiled it. I am stuck here. Questions Where to put HelloWorld.java, HelloWorld.jsp. I downloaded Maven to work with struts but it did not compile for lack of pom.xml. And there is no good example available. I copied the one on the internet, but Neither mvn clean install nor mvn install will compile How do I create the .war files. I need to start my first strut example and I will appreciate any help. -- Thanks Nagrik