tags:

views:

36

answers:

1

Hi all,

I create a war file using apache ant and i wanted to deploy that .war file in tomcat and make it run can u people help me with the steps.. i m not clear abt it

+2  A: 
  • stop tomcat
  • move your war into [tomcat install dir]/webapps
  • start tomcat

tomcat will deploy the war on startup

Keith