A Deployer is responsible for taking a URL (ie a jar/war/ear) and deploying it to a particular "location". "location" means different things for different containers. For a servlet container it may mean the place to mount servlet (ie /myapp --> /myapp/Cocoon.xml is mapping cocoon servlet to /myapp context).
@author Peter Donald
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.