Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D411389A5 for ; Tue, 30 Aug 2011 21:33:49 +0000 (UTC) Received: (qmail 32255 invoked by uid 500); 30 Aug 2011 21:33:48 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 32196 invoked by uid 500); 30 Aug 2011 21:33:47 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 32188 invoked by uid 99); 30 Aug 2011 21:33:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 21:33:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bala.rajamani@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 21:33:39 +0000 Received: by gyd12 with SMTP id 12so46047gyd.32 for ; Tue, 30 Aug 2011 14:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yHfAexiivXpEHKi/sXkaQGW+c6U5AeNpT1UTIjrrb/0=; b=BFhA5ovxkMYOfGZtndfZkdrXIm/xmjHLv0RmQTkKG4ogtF4GJk4JgZkMmS5KkO9zrd RPwZMoeL+26EFYPRtTppIgEY1JzgoDVEQvNB8g+zefLPJbZ6FwhlZ7L47NK+eTboxTgR QReR/tFIhXlSyPRmLcn9p+GcAPDNl5tivL5p8= MIME-Version: 1.0 Received: by 10.142.237.18 with SMTP id k18mr3434617wfh.20.1314739998034; Tue, 30 Aug 2011 14:33:18 -0700 (PDT) Received: by 10.68.46.131 with HTTP; Tue, 30 Aug 2011 14:33:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Aug 2011 17:33:17 -0400 Message-ID: Subject: Re: Axis2 403 forbidden error over SSL in WebSphere From: Bala Rajamani To: java-user@axis.apache.org Content-Type: multipart/alternative; boundary=000e0cd32e8c8e09aa04abbfc203 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd32e8c8e09aa04abbfc203 Content-Type: text/plain; charset=UTF-8 I tried creating "axis2.xml" with the following entries (for both http and https and placed under ../WEB-INF) but no luck. 80 443 Also based on this thread, I tried the same steps on both axis 1.6.0 and 1.5.5 no luck either: http://mail-archives.apache.org/mod_mbox/axis-java-user/201101.mbox/%3CC9FC78520BEFCB438CCF2E0101A7A8050263ACD155@Exchange07.scdc.local%3E On Tue, Aug 30, 2011 at 5:21 PM, Andreas Veithen wrote: > Please refer to the relevant documentation: > > http://axis.apache.org/axis2/java/core/docs/servlet-transport.html > > Andreas > > --000e0cd32e8c8e09aa04abbfc203 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I tried creating "axis2.xml&quo= t; with the following entries (for= both http and https and placed under ../WEB-INF) but no luck.
=C2=A0
<transportReceiver name=3D&quo= t;http" class=3D"org.apache.axis2.transport.http.AxisServletListe= ner">
=C2=A0=C2=A0=C2=A0 <parameter name=3D"port"&g= t;80</parameter>
</transportReceiver>
=C2=A0
<transportReceiver name=3D&quo= t;https" class=3D"org.apache.axis2.transport.http.AxisServletList= ener">
=C2=A0=C2=A0=C2=A0 <parameter name=3D"port"&= gt;443</parameter>
</transportReceiver>
=C2=A0
Also based on=C2=A0this thread, I tr= ied the same steps on both axis 1.6.0 and 1.5.5 no luck either:
=C2=A0
http://mail-archives.apache.org/mod_mbox/axis-java-user/201101.mbox/%= 3CC9FC78520BEFCB438CCF2E0101A7A8050263ACD155@Exchange07.scdc.local%3E
=C2=A0
On Tue, Aug 30, 2011 at 5:21 PM, Andreas Veithen <= ;andreas.veithen@gmail.com= > wrote:
Please refer to the relevant doc= umentation:

http://axis.apache.org/axis2/java/= core/docs/servlet-transport.html

Andreas
=C2=A0
--000e0cd32e8c8e09aa04abbfc203--