Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 27012 invoked from network); 3 Oct 2005 18:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2005 18:52:01 -0000 Received: (qmail 28382 invoked by uid 500); 3 Oct 2005 18:51:52 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 28361 invoked by uid 500); 3 Oct 2005 18:51:52 -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 28349 invoked by uid 99); 3 Oct 2005 18:51:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2005 11:51:51 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.73.246.51] (HELO rdcpdc.realtydata.com) (209.73.246.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2005 11:51:54 -0700 Received: by RDCPDC with Internet Mail Service (5.5.2657.72) id <4GKGYVGV>; Mon, 3 Oct 2005 14:51:25 -0400 Message-ID: <6A908BA431636D42A496EE0CF80C0755014D3CA6@RDCPDC> From: Mayur Shetye To: "'axis-user@ws.apache.org'" Subject: Forwarding to the appropriate port Date: Mon, 3 Oct 2005 14:51:25 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all I have some webservices deployed using axis in the oracle 10G application server. I actually wanted to some advice from the group. 1. If it advisable to run webservices in oracle 10g Application server as opposed to Tomcat? (They do run, but I want to know if anyone thinks that this should not be done) 2. My configuration is as follows Requests are internet -> APACHE HTTP server (port 80) -> 10g App Server (port 7780) Response is 10g App server (port 7780) -> Apache HTTP server (port 80) -> internet Entry point is the apache web server on port 80. Now, the webservices work fine in this configuration except when I try to get to the WSDL file. The url to which it goes is like http://abc.xyz.com:7780/service/abc?wsdl I want to know Why it goes directly to port 7780, I am sure some of you have faced this problem in apache-tomcat configuration too. Currently I am not able to see the WSDL file itself. Let me know what can be done so that wsdl file appears on port 80. Also interestingly if I invoke the webservice on port 80 it WORKS. Suggesting that apache forwards the request properly to the 10g App server instance, the WS is invoked and a corresponding response is sent. I have got VERY poor tech support from oracle with this. Regards Mayur