How to integrate ATG framework with eclipse so that i can run ATG application from eclipse a开发者_运维技巧nd 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!
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
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.
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
If you are using weblogic, go the startWeblogic.cmd , setDebugPort=8000 and debugFlag = true
精彩评论