ATG-JBoss eclipse project

I created a sample ATG project in eclipse. That is exactly what I followed.

File-> New-> Project-> ... atg wizards-> New ATG module

Next->put the project name as MyFirstATGAppand select ed root diretory as the C:\ATG\ATG10.1.2 Next->Default atg adaptive senario engine is selected. Next->Next->"Default output folder" value has changed as "MyFirstATGApp / classes" Next->set J2EE application Name= MyFirstATGApp-j2ee, Web application name= MyFirstATGApp-web, Context-root= MyFirstATGAppand select Target Applicaton Server=Jboss Then Finish.

From the command line from C:\ATG\ATG10.1.2 \home\binI tried to execute startDynamoOnJBOSS -f MyFirstATGApp
I get the following error. Also I did not find startDynamoOnJBOSSinside the basket. Why is this happening?

enter image description here

I'm new to ATG.Can. Do I have a link to the ATG-Jboss-Eclipse step-by-step project?

0
source share
3 answers

startDynamoOnJBOSS, jboss atg. , jboss.

ATG

+2

startDynamoOnJBOSS ATG 10.2.

, EAR runAssembler JBOSS

run.bat -c <ServerName>
+3

startDynamoOnJBOSS ATG 10. runAssembler

cd C:\ATG\ATG10.1.2\home\bin 
runAssembler C:\jboss-eap-5.1.2\jboss-as\server\default\deploy\MyFirstATGApp.ear -m MyFirstATGApp 

,

cd C:\jboss-eap-5.1.2\jboss-as\bin 
run -c default
+1
source

Source: https://habr.com/ru/post/1745069/


All Articles