IntelliJ Java IDE
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse Sysdeo Tomcat Plugin Problem with Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse Sysdeo Tomcat Plugin Problem with Struts" Watch "Eclipse Sysdeo Tomcat Plugin Problem with Struts" New topic
Author

Eclipse Sysdeo Tomcat Plugin Problem with Struts

Jeff Madrid
Greenhorn

Joined: Nov 07, 2003
Posts: 14
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


Jeff
Velika Srbija
Ranch Hand

Joined: Jan 15, 2002
Posts: 171
1. Your lib directorium should'n be under webapp. It should be under WEB-INF directory.
2. Go into your webapp properties->build->jars and add jar files from your lib directory.
 
 
subject: Eclipse Sysdeo Tomcat Plugin Problem with Struts
 
Threads others viewed
Best IDE for Struts
tomcat did not get started from eclipse
ANT and Eclipse "Java Build Path"
eclipse - server tomcat - dies after 7-8 restarts (Java heap space)
Eclispe Sysdeo Tomcat Plugin problem with Struts
IntelliJ Java IDE