Deployment
There's nothing special about the deployment of a Calyxo web application. However, you'll need to copy the required libraries from the Calyxo binary distribution to your web application's /WEB-INF/lib directory.
-
CALYXO_HOME/lib/commons-*.jar
required Apache Jakarta Commons: digester, beanutils, el, logging -
CALYXO_HOME/lib/web/log4j-*.jar
if you're using the Apache Log4J logging engine -
CALYXO_HOME/lib/web/jstl-1.1/*.jar
if your container doesn't provide JSTL libraries (e.g. Tomcat 5) -
CALYXO_HOME/calyxo-struts/lib/struts-*.jar
if you're using Struts (requires 1.2.4 or better) -
CALYXO_HOME/calyxo-base/calyxo-base-*.jar
the Calyxo Base classes are always required -
CALYXO_HOME/calyxo-control/calyxo-control-*.jar
if you're using Calyxo Control -
CALYXO_HOME/calyxo-panels/calyxo-panels-*.jar
if you're using Calyxo Panels -
CALYXO_HOME/calyxo-forms/calyxo-forms-*.jar
if you're using Calyxo Forms -
CALYXO_HOME/calyxo-struts/calyxo-struts-*.jar
if you're using Calyxo Struts


