In the tasks.xml file, the tasks themselves are specified in detail, including which JavaBean does the task’s work, what information is collected, and any validation that should be performed. The property elements point to properties of the bean.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tasks SYSTEM "http://www.atg.com/dtds/task_1_0.dtd">

<tasks>

    <task id="CreateJBossAppServerInstanceTask"
       class="atg.cim.jboss.CreateJbossAppServerInstanceTask">
        <property name="jbossPath">
           <value>c:\jboss</value>
        </property>

        <property name="serverInstanceName">
           <value>pub_commerce</value>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices