| java.lang.Object org.apache.cocoon.portal.pluto.Deploy
Deploy | public class Deploy (Code) | | First version of a simple portlet deploy tool for the Cocoon Portal.
It works very similar to the deploy tool of the Pluto project (most
code is taken and improved from the Pluto tool!).
The only difference is that this deploy tool does not copy the taglib
definition for the portlet tags, so you have to have these in your
portlet war already!
author: Carsten Ziegeler version: CVS $Id: Deploy.java 30941 2004-07-29 19:56:58Z vgritsenko $ |
WEB_PORTLET_DTD | final public static String WEB_PORTLET_DTD(Code) | | |
WEB_PORTLET_PUBLIC_ID | final public static String WEB_PORTLET_PUBLIC_ID(Code) | | |
deployArchive | public static void deployArchive(String webAppsDir, String warFile, String warFileName) throws IOException(Code) | | Deploy the archive
Unpack the archive in the servlet engine context directory
|
prepareWebArchive | public static void prepareWebArchive(String webAppsDir, String webModule) throws Exception(Code) | | Prepare the web archive of the portlet web app
|
|
|