cherlapalli_jailer Posted May 7, 2014 Report Posted May 7, 2014 RESTFul jobs in CA http://www.andhrafriends.com/topic/507306-restful-webservices-positions-4/
andhraajay Posted June 7, 2014 Report Posted June 7, 2014 remote tomcat ni ela connect cheyyali in eclipse loo?? I know, very useful for debugging
lolliman Posted June 7, 2014 Author Report Posted June 7, 2014 I know, very useful for debugging How ?
innovative Posted June 7, 2014 Report Posted June 7, 2014 I know, very useful for debugging How ? +1 AndraAjay, Plz post how to do it ..
lolliman Posted June 8, 2014 Author Report Posted June 8, 2014 +1 AndraAjay, Plz post how to do it .. aaa manishi mayamayyadu gaaa
andhraajay Posted June 8, 2014 Report Posted June 8, 2014 sorry discussions lo active ga lenu wifey call to have cake Let me post.. just saw .... Did that in my previous Contract using Tomcat for remote debugging on local server using Eclipse Galileo and Kepler
andhraajay Posted June 8, 2014 Report Posted June 8, 2014 try this http://ihategeek.wordpress.com/2007/06/25/remote-debugging-with-eclipse-and-tomcat/ 1
ZuniorVentiyar Posted June 8, 2014 Report Posted June 8, 2014 There is protocol called JDWP (Java Debug wire protocol) .... all application/.web servers support this protocol ..... so what is it? this is protocol for remote debugging your java applications ..... it has few parameters you have to configure to your application server JVM with a unique port like below -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,,address=<PORT_ADDRESS_LIKE_8787> .... this will start your server using JDWP (remote debugging protocol) on port 8787 .... now open your eclipse and go to your project properties and select remote application .... under this option give your application servers IP address with PORT as 8787 ..... now you can conect your remotely running code to local eclipse code base (remote debugging) 1
andhraajay Posted June 8, 2014 Report Posted June 8, 2014 There is protocol called JDWP (Java Debug wire protocol) .... all application/.web servers support this protocol ..... so what is it? this is protocol for remote debugging your java applications ..... it has few parameters you have to configure to your application server JVM with a unique port like below -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,,address=<PORT_ADDRESS_LIKE_8787> .... this will start your server using JDWP (remote debugging protocol) on port 8787 .... now open your eclipse and go to your project properties and select remote application .... under this option give your application servers IP address with PORT as 8787 ..... now you can conect your remotely running code to local eclipse code base (remote debugging) Good, Appreciate your time and attention.....
micxas Posted June 8, 2014 Report Posted June 8, 2014 dumps gurinchi li8 vestara konchem like heap dumps, java cores, threa dumps.. I know when they get generated and how to generate them manually and basic analyzing techniques... trying to know some more ... especially thread dumps, heap dumps expertise .. Any useful links .. bye1 wll be appreciated. :police: IBM oracle sites lo iyyakandi vay already readed ... deaded..
lolliman Posted June 8, 2014 Author Report Posted June 8, 2014 try this http://ihategeek.wordpress.com/2007/06/25/remote-debugging-with-eclipse-and-tomcat/ There is protocol called JDWP (Java Debug wire protocol) .... all application/.web servers support this protocol ..... so what is it? this is protocol for remote debugging your java applications ..... it has few parameters you have to configure to your application server JVM with a unique port like below -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,,address=<PORT_ADDRESS_LIKE_8787> .... this will start your server using JDWP (remote debugging protocol) on port 8787 .... now open your eclipse and go to your project properties and select remote application .... under this option give your application servers IP address with PORT as 8787 ..... now you can conect your remotely running code to local eclipse code base (remote debugging) thanks bhaayy... GP How can we publish the code everytime?
Recommended Posts