Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 62943 invoked from network); 22 Jan 2009 01:25:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2009 01:25:09 -0000 Received: (qmail 92118 invoked by uid 500); 22 Jan 2009 01:25:08 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 92110 invoked by uid 500); 22 Jan 2009 01:25:08 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 92101 invoked by uid 99); 22 Jan 2009 01:25:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2009 17:25:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.142.201.185] (HELO web31705.mail.mud.yahoo.com) (68.142.201.185) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jan 2009 01:24:59 +0000 Received: (qmail 61729 invoked by uid 60001); 22 Jan 2009 01:24:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=MsB7hDVwSG3M/VjU+P+oVQb8s3U5SIHxaP9D1j2Cd7zdLM890fXwaHmXXWdYCVTRtIat1JAPiX6A6w3Bj+dZ7zGYef+enEV8eeIZg6q9o3U4IoHjImIwyViGwDcx+tp3xNN4ZivudfA4CFw5occFdMYIwXQ61ZX6MJF2vw8ZiVo=; X-YMail-OSG: uUKe7hEVM1nqUFcAfDFzPTwINBSrY_r0UyMNsui2itxEiAOQ4sDuzWCLsNPAwkBqYktGAUkYRaqX5k7vKbo_zRokUp1M28fpMqx71U.2hXSbMKoDNUacPSEWI3BhK6HY77xDNJECTvRtw5DY5EMKKN_J0VUM1QuVbNmo3QpRvFuKdTt0JgR_ZakgeUjx1sCdZsKN2X5UNBjNmw5O7mGjmFtzs8LbEPI- Received: from [201.143.186.36] by web31705.mail.mud.yahoo.com via HTTP; Wed, 21 Jan 2009 17:24:38 PST X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.260.1 References: <728942.34125.qm@web31705.mail.mud.yahoo.com> <87tz83hlk0.fsf@gmail.com> Date: Wed, 21 Jan 2009 17:24:38 -0800 (PST) From: Atanacio Reyes Subject: Re: problems with apache2 (500 Internal Server Error) To: Apache AXIS C User List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <590169.58045.qm@web31705.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dinesh: I only put between coments line 422 in source file ~/util/src/utils.c and below apache.conf worked. thanks for your help. while (loop_state) { tmp = strstr(tmp, axis2_request_url_prefix); if (!tmp) { break; } else { service_str = tmp; tmp += axutil_strlen(axis2_request_url_prefix); /*break; stop on first prefix as user may have prefix in service name */ } } I think axis2_request_url_prefix != "services". this variable must contain the value of Axis2ServiceURLPrefix. ----- Original Message ---- From: Dinesh Premalal To: axis-c-user@ws.apache.org Sent: Monday, January 12, 2009 8:33:35 PM Subject: Re: problems with apache2 (500 Internal Server Error) Hi Atanacio, Atanacio Reyes writes: > > Axis2RepoPath /usr/local/axis2c > Axis2LogFile /usr/local/axis2c/logs/axis2http.log > Axis2LogLevel debug > Axis2ServiceURLPrefix / > > SetHandler axis2_module > After Axis2/C 1.1 release, there were some more parameters to be defined. I would suggest you to try with them. Please see Axis2/C manual for more details[1]. thanks, Dinesh 1.http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2