Re: Tomcat 5 & Struts

2004-10-19 Thread James Mitchell
> 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
(MyEclipseugh!!).
>
> 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]



Re: Tomcat 5 & Struts

2004-10-19 Thread Tuncay Baskan
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 (MyEclipseugh!!).

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]



Re: Tomcat 5 & Struts

2004-10-18 Thread James Mitchell
Well, it's been a while since I used JBuilder, so this may not be 100%
accurate advice.  There are configuration options for setting up an internal
instance of Tomcat.  It is entirely possible that your JBuilder's internal
Tomcat configuration is old and doesn't support anything beyond Servlet 2.2.
I just don't know enough about your setting to help you any more than that.

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.

Here's how I do it with cygwin:
(from tomcat bin directory)
$./catalina.sh jpda start & tail -f ../logs/catalina.out

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 (MyEclipseugh!!).

Ok, so...hope that helps.


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

- Original Message -
From: "Le Goff, Yoann" <[EMAIL PROTECTED]>
To: "Le Goff, Yoann" <[EMAIL PROTECTED]>; "'Struts Users Mailing
List'" <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 10:28 AM
Subject: RE: Tomcat 5 & Struts


Kind of ide ?

It doesn't work onto ñy jbulder 8, but i think it's a configuration problem,
i've ever meet a Servlet dismatch between tomcat 4 & tomcat 5 Is there
something else ?

All is workimg onto Tomcat 4, but wanna work onto bigger cat ;o)


Y.


-Message d'origine-
De : James Mitchell [mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] Envoyé : lundi 18 octobre 2004 16:21 À :
Struts Users Mailing List Objet : Re: Tomcat 5 & Struts

It works fine for last 5 projects I've worked on.  (all 1.1 and up)



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

- Original Message -
From: "Le Goff, Yoann" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 10:01 AM
Subject: Tomcat 5 & Struts


> Does somebody use Tomcat 5.028 & Struts ?
> If you are, witch version of Struts and do you meet any problem for
> configuration ?
>
>
> Y.
>
>



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



RE: Tomcat 5 & Struts

2004-10-18 Thread Le Goff, Yoann
 Kind of ide ?

It doesn't work onto ñy jbulder 8, but i think it's a configuration problem,
i've ever meet a Servlet dismatch between tomcat 4 & tomcat 5 Is there
something else ?

All is workimg onto Tomcat 4, but wanna work onto bigger cat ;o)


Y.


-Message d'origine-
De : James Mitchell [mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] Envoyé : lundi 18 octobre 2004 16:21 À :
Struts Users Mailing List Objet : Re: Tomcat 5 & Struts

It works fine for last 5 projects I've worked on.  (all 1.1 and up)



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

- Original Message -
From: "Le Goff, Yoann" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 10:01 AM
Subject: Tomcat 5 & Struts


> Does somebody use Tomcat 5.028 & Struts ?
> If you are, witch version of Struts and do you meet any problem for
> configuration ?
>
>
> Y.
>
>



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




Re: Tomcat 5 & Struts

2004-10-18 Thread James Mitchell
It works fine for last 5 projects I've worked on.  (all 1.1 and up)



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

- Original Message - 
From: "Le Goff, Yoann" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 10:01 AM
Subject: Tomcat 5 & Struts


> Does somebody use Tomcat 5.028 & Struts ?
> If you are, witch version of Struts and do you meet any problem for
> configuration ?
> 
> 
> Y. 
> 
> 



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