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.

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

RE: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-07 Thread David Friedman
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

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