> 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.

MyEclipse does support this.  However, in my case, I may have to run one of
3 branches (source control) of the same project under the same context.
With the way MyEclipse does it, it copies your project files to
$tomcat/webapps/mycontext.  So when I need to run a different branch, I have
to deconfigure the deployment, then reconfigure for a different project in
the workspace.  That is just too much work, and it often fails but you don't
know it until you are running the app......argh!!!

I decided after a few weeks of dealing with MyEclipse that I didn't like it
as much as I thought I did.  So I went back to the way used to do things.  I
setup Eclipse to build the project where it sits (not under tomcat), then I
tell Tomcat to point to my project, and with the start script below running
in a separate cygwin window, I can choose to attach when (and if) I want.

My develop/compile/test turnaround time is greatly reduced from when I used
MyEclipse.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message -----
From: "Tuncay Baskan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 19, 2004 4:41 AM
Subject: Re: Tomcat 5 & Struts


> 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]
>
>



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

Reply via email to