You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ke...@att.net on 2004/08/24 23:03:20 UTC

RE: thanks, a technical question about using Eclipse with Struts (fwd)

Hey Martin, that's a very good idea.  Will try and let you know if it worked....

Thanks much, Keith

http://volunteer.johnkerry.com/member/832501 



-------------- Original message from "Martin Gainty" : -------------- 

> hey Keith- 
> 
> I would doubt the jar versions are changing unless of course your build 
> process is un jarring all the jars and then re-jarring them later altho why 
> eclipse would do that is beyond me- 
> sounds more like a config issue (by Eclipse) specifically what it is doing 
> to server.xml and web.xml? 
> I would copy server.xml and web.xml out to a 'safe' readonly folder and 
> then copy back in before building the war 
> 
> There was a similar problem for configuring SQLServer .. take a look at .. 
> http://www.experts-exchange.com/Web/Application_Servers/Q_21088482.html 
> 
> HTH, 
> 
> Martin Gainty 
> 
> 
> 
> 
> 
> >From: keith.wright1@att.net 
> >Reply-To: "Struts Users Mailing List" 
> >To: user@struts.apache.org 
> >Subject: a technical question about using Eclipse with Struts (fwd) 
> >Date: Tue, 24 Aug 2004 20:31:22 +0000 
> >MIME-Version: 1.0 
> >Received: from mail.apache.org ([209.237.227.199]) by mc4-f29.hotmail.com 
> >with Microsoft SMTPSVC(5.0.2195.6824); Tue, 24 Aug 2004 13:31:43 -0700 
> >Received: (qmail 5659 invoked by uid 500); 24 Aug 2004 20:31:27 -0000 
> >Received: (qmail 5627 invoked by uid 99); 24 Aug 2004 20:31:26 -0000 
> >Received: from [204.127.131.117] (HELO mtiwmhc13.worldnet.att.net) 
> >(204.127.131.117) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 24 Aug 
> >2004 13:31:23 -0700 
> >Received: from 204.127.135.57 ([204.127.135.57]) by 
> >worldnet.att.net (mtiwmhc13) with SMTP id 
> ><200408242031221130072ftke>; Tue, 24 Aug 2004 20:31:22 +0000 
> >Received: from [67.101.64.41] by 204.127.135.57;Tue, 24 Aug 2004 20:31:22 
> >+0000 
> >X-Message-Info: 6sSXyD95QpW2YBzVjXXZjxgtQB9XWTuU 
> >Mailing-List: contact user-help@struts.apache.org; run by ezmlm 
> >Precedence: bulk 
> >List-Unsubscribe: 
> >List-Subscribe: 
> >List-Help: 
> >List-Post: 
> >List-Id: "Struts Users Mailing List" 
> >Delivered-To: mailing list user@struts.apache.org 
> >X-ASF-Spam-Status: No, hits=2.0 
> >required=10.0tests=HTML_30_40,HTML_MESSAGE,MIME_BOUND_NEXTPART,MIME_HTML_NO_CHA 
> RSET,NO_REAL_NAME,RCVD_BY_IP,RCVD_DOUBLE_IP_LOOSE,RCVD_NUMERIC_HELO 
> >X-Spam-Check-By: apache.org 
> >Message-Id: 
> ><082420042031.9017.412BA599000399AB000023392160376316CE9B0809079D99D2089B070A05 
> @att.net> 
> >X-Mailer: AT&T Message Center Version 1 (Jul 19 2004) 
> >X-Authenticated-Sender: a2VpdGgud3JpZ2h0MUBhdHQubmV0 
> >X-Virus-Checked: Checked 
> >Return-Path: user-return-120111-mgainty=hotmail.com@struts.apache.org 
> >X-OriginalArrivalTime: 24 Aug 2004 20:31:43.0636 (UTC) 
> >FILETIME=[5E6EED40:01C48A19] 
> > 
> >Hi, 
> > 
> >I can't seem to get the newest Struts-examples source code into Eclipse 3.0 
> > in such a way as to generate a good .war file that can deploy to TomCat 
> >5.027. The only public guide I see on how to set up struts in Eclipse is 
> >out of date. This happens no matter which version /build of Struts I 
> >download. 
> > 
> >I always get this exception: 
> > 
> >2004-08-23 20:53:29 StandardContext[/servlets-examples]ContextListener: 
> >contextInitialized() 
> >2004-08-23 20:53:29 StandardContext[/servlets-examples]SessionListener: 
> >contextInitialized() 
> >2004-08-23 20:53:33 StandardContext[/struts-example]action: []: Verifying 
> >ModuleConfig for this application module 
> >2004-08-23 20:53:33 StandardContext[/struts-example]action: []: Invalid 
> >className org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn for 
> >PlugInConfig 
> >2004-08-23 20:53:33 StandardContext[/struts-example]action: []: 
> >Verification of ModuleConfig has been completed 
> >2004-08-23 20:53:33 StandardWrapperValve[action]: Allocate exception for 
> >servlet action 
> >javax.servlet.ServletException: Fatal module configuration error, see 
> >previous messages 
> > at 
> >org.apache.struts.plugins.ModuleConfigVerifier.init(ModuleConfigVerifier.java:2 
> 12) 
> > 
> >The Struts-examples.war as downloaded file runs fine, until I regenerate it 
> >using Eclipse. 
> > 
> >I am probably using some incorrect external .jar files, but I need a clue? 
> > 
> >Thoughts? 
> > 
> >Thanks a million! Keith 
> > 
> > 
> > 
> > 
> >http://volunteer.johnkerry.com/member/832501 
> 
> _________________________________________________________________ 
> Don�t just search. Find. Check out the new MSN Search! 
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/ 
> 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org 
> For additional commands, e-mail: user-help@struts.apache.org 
>