I have a java/j2ee web application built using tomcat6 and at back endI have mysql 5.1 database, I have configured my server that an amazon ec2 instance and I have installed apache tomcat6 along with mysql5.1 and also java6. I have .war file of my project. So what should I do where should I place those war files ??

Kindly help me

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Copy them to your tomcat 6 webapps directory. Restart tomcat to deploy them unless you've got auto deployment set up. (I don't remember which is the default(

link|improve this answer
should I copy the war file to tomcat webapp directory ? – Jeevan Dongre Apr 1 '11 at 5:33
Yes. Then restart tomcat. – mahnsc Apr 1 '11 at 11:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.