Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to launch ATG application from Eclipse?

How to integrate ATG framework with eclipse so that i can run ATG application from eclipse and debug it using eclipse debugging plugins ? which development tools do you use when developing ATG application? Thanks in advance for any helps from you. Regards!

like image 424
didxga Avatar asked Mar 09 '26 10:03

didxga


1 Answers

Best way would be start JBoss via external tool command using either usual run or adding 'startDynamoOnJBOss' script to external commands and make sure the JPDA is activated in run.conf or run.bat

After that, just connect with debugger to external Java process

like image 134
Miro A. Avatar answered Mar 11 '26 00:03

Miro A.