Appian Fitness Configurations with Eclipse

Certified Lead Developer

Hello,

How can we configure Appian fitness  application in appian environment how can we build communication from eclipse to appian fitness application.
Is there any specified rules or configuration tutorial available in the appian community or any expert suggest us to configure

Thanks in advance,

Best regards,
srinivas thota.

  Discussion posts and replies are publicly visible

  • Hello Srinivas.

    I am assuming you have the Java code?
    Normally when we want to do that the steps are as follows:
    1) We have the code opened in eclipse
    2) from the code we want to debug runnign outside of eclipse we have to set certain parameters to the jvm (in this case fitnesse) this set a port with some kind of debugging server
    3) Configure on eclipse the port set on the previous step.
    4) run the application to be debugged, and run the eclipse. you can set a break point to make sure your code is executing.

    Here is a tutorial how to do it
    www.ibm.com/.../index.html

    Hope this helps

    Jose