Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Lin Sun
Hi Kanchana, if you want to debug server side code and see the flow on the server side, you could follow this link about how to do remote debugging with jboss or weblogic: http://eclipsezone.com/eclipse/forums/t53459.html. I was able to follow that for geronimo 2.0 and add breakpoints on the

Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Sachin Patel
-sachin On Feb 27, 2007, at 4:15 AM, Kanchana Welagedara wrote: Hi Lin On Mon, 2007-02-26 at 10:09 -0500, Lin Sun wrote: Hi there, IIUC about what you are trying to do, you 'll need the WTP server adapter for geronimo 2.0 to do that. But I don't think the adapter (also called devtools) is

Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Kanchana Welagedara
Hi Lin On Mon, 2007-02-26 at 10:09 -0500, Lin Sun wrote: > Hi there, > > IIUC about what you are trying to do, you 'll need the WTP server > adapter for geronimo 2.0 to do that. But I don't think the adapter > (also called devtools) is ready yet for 2.0. Yes.Exactly.But there should be a way a

Re: debugging WS deployed in Geronimo-2

2007-02-26 Thread Lin Sun
Hi there, IIUC about what you are trying to do, you 'll need the WTP server adapter for geronimo 2.0 to do that. But I don't think the adapter (also called devtools) is ready yet for 2.0. I have only tried adding breakpoint on the server code and step through, instead of the client code.

debugging WS deployed in Geronimo-2

2007-02-24 Thread Kanchana Welagedara
Hi I'm trying to debug a web service which deployed in the geronimo-2(with almost newest code built). Geronimo has started in the debugger mode(localhost port 8000) and the WS application has imported as an eclipse project on to eclipse along with the geronimo code base. When I put the break po