Hi Chhoker, You can start tomcat with JPDA debugger and debug ode by creating a remote debug in Eclipse. Just enter following command in from tomcat/bin and tomcat will be started in debug mode.
C:\Apache-Tomcat-7\bin> catalina.bat jpda run Now start your remote debug in Eclipse and it will come to the breakpoints of the ODE source code and you can start debugging. If you want to learn in detail read this post. http://isharapremadasa.blogspot.com/2011/09/how-to-debug-apache-ode-with-apache.html However I am using IntelliJ Idea IDE for this, but i think using Eclipse for remote debugging is also similar to this sequence. On Sat, Sep 10, 2011 at 2:17 AM, pushpeen chhoker < [email protected]> wrote: > well i figure out this was a wrong approach and this is not the right way > to > run ODE i am using Eclipse and tomcat on windows my aim is to debug it. So > that i know what is going on inside it! i am able to deploy the examples > given in source code > in > C:\ode\distro\target\apache-ode-war-1.4-SNAPSHOT\apache-ode-war-1.4-SNAPSHOT\examples > directory now i want to debug them can you help me with that > > On Fri, Sep 9, 2011 at 6:25 AM, Tammo van Lessen <[email protected] > >wrote: > > > How did you try to launch this class? > > > > On Thu, Aug 25, 2011 at 02:08, pushpeen chhoker > > <[email protected]> wrote: > > > I am trying to launch main.java file of apache ode from > ode-util>src>cli > > and > > > it is giving me the following error > > > > > > > > > The archive: > > > > > > C:/....../.m2/repository/org/apache/ws/commons/axiom/axiom-impl/1.2.8/axiom-impl-1.2.8.jar > > > which is referenced by the classpath, does not exist. > > > > > > can someone please help me why i am getting this! > > > > > > > > > > > -- > > Tammo van Lessen - http://www.taval.de > > > -- *Best Regards.* *Ishara Premadasa,* Trainee Software Engineer/Undergraduate, Dept. of Computer Science & Engineering, University of Moratuwa Sri Lanka.
