Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 55985 invoked from network); 15 Jun 2009 19:40:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 19:40:23 -0000 Received: (qmail 23802 invoked by uid 500); 15 Jun 2009 19:40:32 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 23744 invoked by uid 500); 15 Jun 2009 19:40:32 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 23735 invoked by uid 99); 15 Jun 2009 19:40:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 19:40:32 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [207.5.72.95] (HELO EXHUB015-3.exch015.msoutlookonline.net) (207.5.72.95) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 19:40:22 +0000 Received: from EXVMBX015-3.exch015.msoutlookonline.net ([207.5.72.73]) by EXHUB015-3.exch015.msoutlookonline.net ([207.5.72.95]) with mapi; Mon, 15 Jun 2009 12:40:02 -0700 From: Richard Lynch To: "axis-user@ws.apache.org" Date: Mon, 15 Jun 2009 12:38:57 -0700 Subject: RE: server-config.wsdd *where*? Thread-Topic: server-config.wsdd *where*? Thread-Index: AQHJ7e0CgYy/jD670ECF+I4s/22uKJBIALuwgAAFQyk= Message-ID: References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I'm pretty sure the resin.conf I'm using is being used, as the App actually= starts and I get to the JSP and get through the first screen... None of which would work, I think, if I had the wrong resin.conf That said, I'm not a Java guy at all -- I just installed this stuff and pra= yed. But not hard enough, or maybe to the wrong gods... ________________________________________ From: Ebert, Chris [chris.ebert@hp.com] Sent: Monday, June 15, 2009 2:27 PM To: 'axis-user@ws.apache.org' Subject: RE: server-config.wsdd *where*? Hi Richard, >From one moron to another, have you checked file permissions? Also, and it = is a little embarrasing to admit this, but also check the resin.conf you th= ink you're using *is* the one being used *and* that it points to the direct= ories you think it's pointing to. Absolute paths help. All these things hav= e stumped me for longer than I care to admit. Chris -----Original Message----- From: Richard Lynch [mailto:richard.lynch@viveli.com] Sent: Monday, June 15, 2009 12:11 To: axis-user@ws.apache.org Subject: server-config.wsdd *where*? I get this when I launch resin: Unable to find config file. Creating new servlet engine config file: /WEB-= INF/server-config.wsdd Not being a complete moron, I found this: http://www.cppblog.com/wform/archive/2006/04/27/6365.aspx I copied the contents of that file into what I thought would be the correct= WEB-INF directory and restarted resin. Same error. I symlinked it to every WEB-INFO I could find and restarted resin. Same error. Now I am here, and obviously am a complete moron. Help?