Deploying .war file

I've built a .war file, and I want to deploy it on a tomcat server. What directory do I have to put it in to have it linked? What steps are required to let me use it in my jsp's?
[194 byte] By [tjacobs01] at [2007-9-19]
# 1
If you're using Tomcat 4.0 then put it in $CATALINA_HOME\webapps.Then restart tomcat and it will deploy it and make it available for use.Dave
davejenk at 2007-7-4 > top of java,Enterprise & Remote Computing,Enterprise Technologies...