Link to home
Start Free TrialLog in
Avatar of chima
chima

asked on

Apache Tomcat

Hello,
Of the following methods to deploy a tomcat web application, which is the best way?
Or does it depend on the application?

methods:
•      Copy unpacked directory hierarchy into a subdirectory in directory
•      Copy the web application archive file into directory $CATALINA_BASE/webapps/.
•      Use the Tomcat "Manager" web application to deploy and undeploy web applications.
•      Use "Manager" Ant Tasks In Your Build Script.
•      Use the Tomcat Deployer.
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chima
chima

ASKER

Thanks girionis, I'll keep your comments in mind.