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

Re: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-14 Thread Barry Volpe
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

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.

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

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