Re: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-14 Thread snpe
If You like eclipse try MyEclipse (www.myeclipseide.com)
MyEclipse haven't struts integration (yet), but this is great plugin and
 it is easy set struts project
It isn't free, but it is only $29.95 for year

regards
Haris Peco
On Thursday 13 November 2003 06:58 pm, Navneet Karnani wrote:
 I would suggest looking at Netbeans for Tomcat based development. It has
 good integration with Netbeans.

 - Navneet

 David Graham said the following on 08/11/2003 12:40 AM:
  Make sure you haven't added any of your projects to Tomcat's classpath
  via the plugin.  That will always cause problems.
 
  David
 
  --- Madrid, Jeffrey [EMAIL PROTECTED] wrote:
 Hello,
 
 I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat
 plugin when I have a Struts webapp deployed. I've isolated the problem
 to some kind of conflict with the commons-digester.jar. When I remove it
 from the webapp's lib directory, the plugin works great but of course
 the Struts  web app does not. I'm currently using Eclipse 2.1.1 and
 Struts 1.1 RC 2. I'm having the problem with both tomcatPlugin V21 and
 V22beta2 versions. I have been trying to solve the problem for two days
 now so I would really be grateful for any help you can provide. Thank
 you in advance.
 
 Jeff
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
  __
  Do you Yahoo!?
  Protect your identity with Yahoo! Mail AddressGuard
  http://antispam.yahoo.com/whatsnewfree

 -
 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: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-14 Thread Barry Volpe
I am using the Sysdeo plugin with no problems.  The great thing
about it is if you require a Tomcat upgrade it is a painless transition.
As for Netbeans you are at the mercy of the version of Tomcat that
happens to be in the current release.

Barry
- Original Message - 
From: Navneet Karnani [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 10:58 AM
Subject: Re: Eclipse Sysdeo Tomcat Plugin Problem


 I would suggest looking at Netbeans for Tomcat based development. It has
 good integration with Netbeans.

 - Navneet

 David Graham said the following on 08/11/2003 12:40 AM:
  Make sure you haven't added any of your projects to Tomcat's classpath
via
  the plugin.  That will always cause problems.
 
  David
 
  --- Madrid, Jeffrey [EMAIL PROTECTED] wrote:
 
 Hello,
 
 I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat
 plugin when I have a Struts webapp deployed. I've isolated the problem
 to some kind of conflict with the commons-digester.jar. When I remove it
 from the webapp's lib directory, the plugin works great but of course
 the Struts  web app does not. I'm currently using Eclipse 2.1.1 and
 Struts 1.1 RC 2. I'm having the problem with both tomcatPlugin V21 and
 V22beta2 versions. I have been trying to solve the problem for two days
 now so I would really be grateful for any help you can provide. Thank
 you in advance.
 
 Jeff
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  __
  Do you Yahoo!?
  Protect your identity with Yahoo! Mail AddressGuard
  http://antispam.yahoo.com/whatsnewfree



 -
 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: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-13 Thread Navneet Karnani
I would suggest looking at Netbeans for Tomcat based development. It has 
good integration with Netbeans.

- Navneet

David Graham said the following on 08/11/2003 12:40 AM:
Make sure you haven't added any of your projects to Tomcat's classpath via
the plugin.  That will always cause problems.
David

--- Madrid, Jeffrey [EMAIL PROTECTED] wrote:

Hello,

I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat
plugin when I have a Struts webapp deployed. I've isolated the problem
to some kind of conflict with the commons-digester.jar. When I remove it
from the webapp's lib directory, the plugin works great but of course
the Struts  web app does not. I'm currently using Eclipse 2.1.1 and
Struts 1.1 RC 2. I'm having the problem with both tomcatPlugin V21 and
V22beta2 versions. I have been trying to solve the problem for two days
now so I would really be grateful for any help you can provide. Thank
you in advance.
Jeff

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


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


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


Eclipse Sysdeo Tomcat Plugin Problem

2003-11-07 Thread Madrid, Jeffrey
Hello,

I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat plugin when I 
have a Struts webapp deployed. I've isolated the problem to some kind of conflict with 
the commons-digester.jar. When I remove it from the webapp's lib directory, the plugin 
works great but of course the Struts  web app does not. I'm currently using Eclipse 
2.1.1 and Struts 1.1 RC 2. I'm having the problem with both tomcatPlugin V21 and 
V22beta2 versions. I have been trying to solve the problem for two days now so I would 
really be grateful for any help you can provide. Thank you in advance.

Jeff

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



RE: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-07 Thread David Friedman
Go the easy route using a combination someone's used before (i.e. me!):

a) Eclipse 2.1
b) Tomcat 4.1.24
c) Sysdeo tomcatPluginv21
d) Struts (v1.0 and v1.1 final, not old rc's).
e) Java v1.4.1_02

At least you'll know it works for setup, testing, and debugging of actions.
I don't use it to debug JSP's.  I figure that out from the error messages,
but that's just my approach.

Regards,
David

-Original Message-
From: Madrid, Jeffrey [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 1:57 PM
To: Struts Users Mailing List
Subject: Eclipse Sysdeo Tomcat Plugin Problem


Hello,

I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat
plugin when I have a Struts webapp deployed. I've isolated the problem to
some kind of conflict with the commons-digester.jar. When I remove it from
the webapp's lib directory, the plugin works great but of course the Struts
web app does not. I'm currently using Eclipse 2.1.1 and Struts 1.1 RC 2. I'm
having the problem with both tomcatPlugin V21 and V22beta2 versions. I have
been trying to solve the problem for two days now so I would really be
grateful for any help you can provide. Thank you in advance.

Jeff

-
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: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-07 Thread David Graham
Make sure you haven't added any of your projects to Tomcat's classpath via
the plugin.  That will always cause problems.

David

--- Madrid, Jeffrey [EMAIL PROTECTED] wrote:
 Hello,
 
 I'm having a problem running Tomcat from Eclipse using the Sysdeo Tomcat
 plugin when I have a Struts webapp deployed. I've isolated the problem
 to some kind of conflict with the commons-digester.jar. When I remove it
 from the webapp's lib directory, the plugin works great but of course
 the Struts  web app does not. I'm currently using Eclipse 2.1.1 and
 Struts 1.1 RC 2. I'm having the problem with both tomcatPlugin V21 and
 V22beta2 versions. I have been trying to solve the problem for two days
 now so I would really be grateful for any help you can provide. Thank
 you in advance.
 
 Jeff
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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