I have created a sample ATG project in eclipse. This is the way I followed.
File->New->Project-> ...atg wizards->New ATG Module
Next->
put project name as MyFirstATGApp
and select ed root diretory as C:\ATG\ATG10.1.2
Next->Default atg adaptive senario engine is selected.
Next->Next->
changed "Default output folder" value as " MyFirstATGApp /classes"
Next->set J2EE application Name= MyFirstATGApp-j2ee, Web application name= MyFirstATGApp-web, Context-root= MyFirstATGApp
and selected Target Applicaton Server=Jboss
Then Finish
.
From command prompt from C:\ATG\ATG10.1.2 \home\bin
I tried executing startDynamoOnJBOSS -f MyFirstATGApp
I am getting following error.Also I didn’t find a startDynamoOnJBOSS
inside the bin. Why is this happening??
I am new to ATG.Can I have any link with step-by-step ATG-Jboss-Eclipse project available?