3

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!

didxga
  • 5,316
  • 4
  • 39
  • 53
  • 1
    I am new to ATG but I am not unable to find plugin please help me where to find it I using ATG 10.0 – sumit sharma May 30 '13 at 15:23
  • @didxga , Have you ever cracked how to solve this? – Buddha Jun 26 '14 at 04:56
  • @Buddha, please check answers provided by others. I haven't been using ATG for years now. – didxga Jun 26 '14 at 05:02
  • @didxga Thanks, But none of them really answer the question of how to run them from eclipse, I know debugging, so I was wondering if you had some luck. Best of luck with what ever you are working with right now. – Buddha Jun 26 '14 at 05:06
  • @Buddha, Thanks, I hope you will work out eventually! – didxga Jun 26 '14 at 05:20

4 Answers4

4

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

Miro A.
  • 6,813
  • 2
  • 20
  • 21
2

ATG support site does mention an ATG Eclipse plugin, (already developed and reported in 2003, and 2005).
You have to check the ATG supported environments though.

VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283
  • Eclipse plugin is meant mostly for development tasks such as creating new module or providing snippets of code. It adds "ATG Nature" to the project which can e.g. show Nucleus components and configuration. IMHO, not as good as using ACC or /dyn/admin though - but available when ATG server is not running – Miro A. Jul 06 '10 at 15:13
0

If you are using weblogic, go the startWeblogic.cmd , setDebugPort=8000 and debugFlag = true

0

By launch, I am assuming that you just want to start using Jboss. if so, you can do you by integrating Eclipse with one of the Web Tools Project pluggins. This comes along with Eclipse by default in most recent versions. You can configure server starup options as well. Please refer to the following link.

http://ist.berkeley.edu/as-ag/tools/howto/jboss-eclipse.html

Srikumar S
  • 26
  • 3