How to run an ATG application from Eclipse?

How to integrate ATG infrastructure with eclipse so that I can run the ATG application from eclipse and debug it using eclipse debugging plugins? What development tools do you use when developing your ATG application? Thanks in advance for any help from you. Hello!

+3
source share
4 answers

The ATG support site mentions the ATG Eclipse plugin (already developed and introduced in 2003 and 2005 ).
You should check for supported ATG environments .

+2
source

- JBoss , "startDynamoOnJBOss" script , JPDA run.conf run.bat

Java

+4

, Jboss. , , Eclipse Pluggins Project Web Tools. Eclipse . starup. , .

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

0

weblogic, startWeblogic.cmd, setDebugPort = 8000 debugFlag = true

0

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


All Articles