RE: debuging in eclipse

2006-02-23 Thread Shasirekha Engala
] Sent: Thursday, February 23, 2006 6:14 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: debuging in eclipse You'd have to look at what actually gets into the java startup command: you've got two different debug statements in what you quoted, one active mapped to JAVA_O

RE: debuging in eclipse

2006-02-23 Thread Chris Loschen
not mistaken. Good luck. Better to ask these questions to the list (which I'll copy) as they'll likely have answers that I don't. Chris -Original Message- From: Shasirekha Engala [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 9:15 AM To: Chris Loschen Subjec

RE: debuging in eclipse

2006-02-23 Thread Chris Loschen
o enable remote debugging" indicates that you do need to remove that rem at the start of the set JAVA_OPTS debug line. Hope that helps! Chris -Original Message- From: Shasirekha Engala [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:00 AM To: 'Struts Users Mailing Lis

RE: debuging in eclipse

2006-02-22 Thread Shasirekha Engala
Max Cooper [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 11:37 PM To: [EMAIL PROTECTED] Cc: 'Struts Users Mailing List' Subject: RE: debuging in eclipse You can use whatever port you want, just make sure the port number in the script that starts JBoss matches the port

RE: debuging in eclipse

2006-02-22 Thread Chris Loschen
o:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 11:37 PM To: [EMAIL PROTECTED] Cc: 'Struts Users Mailing List' Subject: RE: debuging in eclipse You can use whatever port you want, just make sure the port number in the script that starts JBoss matches the port that you have in y

RE: debuging in eclipse

2006-02-22 Thread Max Cooper
[EMAIL PROTECTED] > Sent: Wednesday, February 22, 2006 8:44 PM > To: user@struts.apache.org; [EMAIL PROTECTED] > Subject: RE: debuging in eclipse > > > > Is your server(i.e tomcat or Jboss or whatever) running and listening > for debugging connections? > > here is ho

RE: debuging in eclipse

2006-02-22 Thread Shasirekha Engala
: Wednesday, February 22, 2006 8:44 PM To: user@struts.apache.org; [EMAIL PROTECTED] Subject: RE: debuging in eclipse Is your server(i.e tomcat or Jboss or whatever) running and listening for debugging connections? here is how I use Tomcat, JBoss and Eclipse to build and debug applications. Which

Re: debuging in eclipse

2006-02-22 Thread nitin mandolkar
I am using eclipse/MyEclipse for my application development. I never did such complex setting for debugging. For me it always works fine with tomcat 4, tomcat 5 and Weblogic 8.1. Do these setting really needs to debug the application. Nitin M. Mandolkar. On 2/22/06, [EMAIL PROTECTED] <[EMAIL PR

RE: debuging in eclipse

2006-02-22 Thread Chandra.Ravinithala
Is your server(i.e tomcat or Jboss or whatever) running and listening for debugging connections? here is how I use Tomcat, JBoss and Eclipse to build and debug applications. Which ever platform you are using (tomcat or JBoss) you need to start them with the JPDA debugging enabled. For tomcat thi