Deploying COBOL Servlets There are generally two ways to deploy a web application with your servlet. One is to setup the web application before starting the servlet container and deploy statically. Another is to use the servlet containers management application and deploy dynamically. Read about Tomcat 7 Web Application Deployment at: http://tomcat.apache.org/tomcat-7.0-doc/deployer-howto.html