Difference between revisions of "Tomcat server configuration"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Main_Page|Home</yambe:breadcrumb> =tomcat server configuration= ==Deploying application using war file== For deploying application using war file, simply c...")
 
m
Line 4: Line 4:
==Deploying application using war file==
==Deploying application using war file==


For deploying application using war file, simply copying file to /var/lib/tomcat/webapps folder is enough.  After few seconds tomcat extracts the war file and the internal folders also contain few configuration files which can be modified to configure the application
For deploying application using war file, simply copying file to /var/lib/tomcat/webapps folder is enough.  After few seconds tomcat extracts the war file and the internal folders also contain few configuration files which can be modified to configure the application.  This information was learned from http://stackoverflow.com/questions/5109112/how-to-deploy-a-war-file-in-tomcat-7

Revision as of 11:31, 19 May 2015

<yambe:breadcrumb>Main_Page|Home</yambe:breadcrumb>

tomcat server configuration

Deploying application using war file

For deploying application using war file, simply copying file to /var/lib/tomcat/webapps folder is enough. After few seconds tomcat extracts the war file and the internal folders also contain few configuration files which can be modified to configure the application. This information was learned from http://stackoverflow.com/questions/5109112/how-to-deploy-a-war-file-in-tomcat-7