Is there a way to deploy a given war file on Tomcat server? I want to do this without using the web interface.
you can edit the conf/server.xml and add an entry like this pointing to your war directory
ELSE you can copy your .WAR file to the webapps directory of tomcat.