Featured Post

Tomcat eclipse Debug prodecude

Sent from BlackBerry® on Airtel

-----Original Message-----
From: sitaram.pv@polaris.co.in
Date: Fri, 26 Nov 2010 13:20:08
To: <srampv@gmail.com>
Cc: <sitaram.pv/Polaris@polaris.co.in>
Subject: Tomcat Debug prodecude


Hi Guys ,

Today I am going to explain how to debug the tomcat in your eclipse .
Here is the procedure

1)for this requirements are as below

Tomcat 6.0
Eclipse Europa

2)Define Environment varibale in your machine as follows

JPDA_ADDRESS =8000

JPDA_TRANSPORT=dt_socket

3) create debug application in your Eclipse as given below
define remote java application

(Embedded image moved to file: pic28822.jpg)

4) Create Remote Java Application in your debug console

give server ip which is localhost
and server dt_socket port which is 8000

5) start your Server at the same ip pointing and debug your application


P.S: Necessary jar to be loaded properly

Thanks
Venkat

Comments