Results 1 to 3 of 3
Hi everyone,
I have a problem to attach tomcat process in kdevelop. Because I need to debug my C++ share lib in Kdevelop which is called by java servlet through ...
- 06-11-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 4
how to attach tomcat process in Kdevelop
Hi everyone,
I have a problem to attach tomcat process in kdevelop. Because I need to debug my C++ share lib in Kdevelop which is called by java servlet through tomcat. I use Ubuntu, when I use ps -ef|grep java, I got the tomcat process is pid 5335, but I use kdevelop debug attach to process which doesn't have that pid in the picklist. Does anyone know how to attach the tomcat process? Thanks in advance.
James
- 06-13-2007 #2Just Joined!
- Join Date
- Jun 2007
- Posts
- 4
Nobody has an idea? Anybody has some experience about it. I was stuck on it. Many thanks anyone can help!
James
- 06-15-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 4
Finally, I got it!!, Using gksudo to launch kedevelop, then it will show up the tomcat process. Hopefully, it will can help others if they use that one next time.
James


Reply With Quote