Tomcat with Eclipse

2009-08-14 Thread Chris Lenart
If you use tomcat with Eclipse, can you email me please? clen...@comcast.net Thanks Chris

RE: FW: Tomcat with eclipse

2009-04-10 Thread Chris Lenart
, April 10, 2009 5:01 PM To: Tomcat Users List Subject: Re: FW: Tomcat with eclipse Chris Lenart wrote: > Hi, > I got Tomcat working alone good. I'm trying to integrate it into > the latest Eclipse. I can't make a server for 6.0.18. Getting this > error. On the new ser

Re: FW: Tomcat with eclipse

2009-04-10 Thread Michael
Chris Lenart wrote: Hi, I got Tomcat working alone good. I'm trying to integrate it into the latest Eclipse. I can't make a server for 6.0.18. Getting this error. On the new server window, when I select Tomcat 6.0.18, I'm getting "Can't create a server using the selected type". What do I do?

FW: Tomcat with eclipse

2009-04-10 Thread Chris Lenart
Hi, I got Tomcat working alone good. I'm trying to integrate it into the latest Eclipse. I can't make a server for 6.0.18. Getting this error. On the new server window, when I select Tomcat 6.0.18, I'm getting "Can't create a server using the selected type". What do I do? Any help would be appr

Re: Debugging tomcat with eclipse

2008-02-13 Thread Adam Gordon
Actually, if one looks at the catalina.sh script, one woudl see that those are the defaults (unless they were changed) so one shouldn't need to change anything. -adam Luis Rivera wrote: And don't forget to set JPDA_ADDRESS=8000 JPDA_TRANSPORT=dt_socket as you did before :) --Luis R. On F

Re: Debugging tomcat with eclipse

2008-02-13 Thread Luis Rivera
And don't forget to set JPDA_ADDRESS=8000 JPDA_TRANSPORT=dt_socket as you did before :) --Luis R. On Feb 13, 2008 9:19 AM, Adam Gordon <[EMAIL PROTECTED]> wrote: > It's actually MUCH easier than that... :-) > > If you use Tomcat's start and stop scripts, pass the "jpda" parameter to > the scr

Re: Debugging tomcat with eclipse

2008-02-13 Thread Adam Gordon
It's actually MUCH easier than that... :-) If you use Tomcat's start and stop scripts, pass the "jpda" parameter to the script, e.g. "/usr/local/tomcat/bin/catalina.sh jpda start" Then, in Eclipse, select the Debug Perspective and then click the down arrow in the little green bug icon in the

Debugging tomcat with eclipse

2008-02-13 Thread Hehl, Thomas
It seems like I've had this working before, but it surely isn't working now. I am trying to setup tomcat 5.5 so I can debug it with eclipse. I found the docs and set up the following environment variables. CATALINA_OPTS="-Dp6.home=D:\tomcat\common\lib:-Xdebug -Xrunjdwp:transport=dt_soc ket,add

RE: debugging tomcat with eclipse

2006-08-25 Thread Zohar Amir
http://www.eclipse.org/webtools/ > Date: Wed, 23 Aug 2006 17:24:46 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: debugging tomcat with eclipse> > I have > found various different examples, just curious what folks are> find to be the

Re: debugging tomcat with eclipse

2006-08-23 Thread Mark Thomas
Douglas Ferguson wrote: > I have found various different examples, just curious what folks are > find to be the best practice? http://tomcat.apache.org/faq/development.html Works for me. Use it all the time. Mark - To start a n

debugging tomcat with eclipse

2006-08-23 Thread Douglas Ferguson
I have found various different examples, just curious what folks are find to be the best practice? D-