On Mon, 18 Oct 2004 10:43:44 -0400, James Mitchell <[EMAIL PROTECTED]> wrote:
...
> Personally, I prefer Eclipse.  I do not like to use the Eclipse plugins for
> running Tomcat inside Eclipse.  It is just easier/faster for me to run
> Tomcat from the command line and then attach *only* if I need to.

Eclipse rocks! :-)

Web Tools Project (WTP, http://www.eclipse.org/webtools/) from Eclipse
seems to grow well.. They hit milestone 1.0M1 yesterday..

http://download.eclipse.org/webtools/downloads/ 

The site may be offline due to maintenance at download.eclipse.org..
 
> Here's how I do it with cygwin:
> (from tomcat bin directory)
> $./catalina.sh jpda start & tail -f ../logs/catalina.out

I like to watch output from eclipse's console view.. I can click on an
exception and eclipse jumps to the source line of the exception..

> Another reason I like to do it this way is that I can jump from one project
> to another without having to reconfigure my deployment (MyEclipse....ugh!!).

I didn't like MyEclipse too.. With WTP, you can deploy as many
projects as you like to a single tomcat.. Maybe MyEclipse supports
this as well, I don't know.

/tb.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to