All u need is: 1) Install TOMCAT 2) After creating the project when you run "mvn jetty:run-war" this will run the Project on Jetty. All u need to do is>> copy the WAR file from >yourproject>target folder something like "DEMO-1.0-SNAPSHOT.war". 3) copy this war file in your TOMCAT>webapps directory ie: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps in my case. 4) Start the TOMCAT server and open the link like: http://localhost:8080/DEMO-1.0-SNAPSHOT adding the war file name in front of localhost link. 5) Next time you make any change in your project simply run "mvn war:war" this will simply update your war file. Stop your server and delete your older war file along with the war extracted folder and all u need to do is paste the new war file in Tomcat>webapps folder and restart the server n open the project link.
I Hope you got the functionality. Queries welcomed. :-) CHEERS Preet Kanwal Singh Think about the environment before you print…!!! "Spread environmental awareness". -----Original Message----- From: banbonero [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 5:32 PM To: [email protected] Subject: [appfuse-user] run with tomcat hi, i am new in appfuse and i want to know things to do to run my application with tomcat instead of jetty. thinks for replays -- View this message in context: http://www.nabble.com/run-with-tomcat-tp15950705s2369p15950705.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
