How to make a Custom Deployer to write data to MS SQL database?
问题 I've added a custom module in the default processor in config/cd_deployer_conf.xml: <Processor Action="Deploy" Class="com.tridion.deployer.Processor"> ... <Module Type="MyCustomModuleDeploy" Class="com.tridion.new.extensions.MyCustomModule"> </Module> </Processor> The code for the module looks something like this: public class MyCustomModule extends com.tridion.deployer.modules.PageDeploy { static Logger logger = Logger.getLogger("customDeployerFirst"); public MyCustomModule(Configuration