Hi,
While installing ATG, you would have chosen the JBoss server instead
of DAS6.3 . So you need to start the Jboss server rather than the DAS.
ALso on JBoss, our applications need to be packed as an EAR file and
then JBoss has to be started.
This task can be done by the runAssembler command.
{Jboss.home}\server\atg\deploy\>runAssembler mybigear.ear -m
myModule;DafEar;DafEar.Admin
This will create the mybigear.ear directory under the deploy
directory. Remember, the .ear extension in important for the jboss to
recognize our EAR module.
Then go to the {jboss.home}\bin and call the command, run -c atg
This will start the Jboss with ATG.
If you use the startDynamoOnJBoss.bat command, this will internally
call the runAssembler, assemble a big ear file by name ATG.ear under
the Jboss deploy directory and then call the run-c atg.
regards
R.Srinivasan