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: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list [EMAIL PROTECTED]
X-ASF-Spam-Status: No, hits=2.0 required=10.0tests=HTML_30_40,HTML_MESSAGE,MIME_BOUND_NEXTPART,MIME_HTML_NO_CHARSET,NO_REAL_NAME,RCVD_BY_IP,RCVD_DOUBLE_IP_LOOSE,RCVD_NUMERIC_HELO
X-Spam-Check-By: apache.org
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: AT&T Message Center Version 1 (Jul 19 2004)
X-Authenticated-Sender: a2VpdGgud3JpZ2h0MUBhdHQubmV0
X-Virus-Checked: Checked
Return-Path: [EMAIL PROTECTED]
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:212)


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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to