Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 9834 invoked from network); 8 May 2006 16:38:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 16:38:56 -0000 Received: (qmail 91414 invoked by uid 500); 8 May 2006 16:38:45 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 90833 invoked by uid 500); 8 May 2006 16:38:43 -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 90822 invoked by uid 99); 8 May 2006 16:38:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 09:38:43 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [38.115.152.27] (HELO smtpgwout1.classifiedventures.com) (38.115.152.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 09:38:42 -0700 Received: from CHIEXVS1.corp.classifiedventures.com ([172.16.24.77]) by smtpgwout1.classifiedventures.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 8 May 2006 11:39:36 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [Axis2] HTTP Transport Receiver Date: Mon, 8 May 2006 11:39:59 -0500 Message-ID: <8523F90E285AE046BFA45E0BE1C8079301EA1D29@CHIEXVS1.corp.classifiedventures.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] HTTP Transport Receiver Thread-Index: AcZxT1meEmiGZCTTSK67jwoGTPMgwgBbHJcQ From: "Plater, Elizabeth" To: X-OriginalArrivalTime: 08 May 2006 16:39:36.0579 (UTC) FILETIME=[FE332D30:01C672BD] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thank you for your response, but we are not using Axis as a standalone web application. My question refers to the configuration of Axis in a servlet container (Tomcat) for use by another application.=20 In other words, how can I replace the default HTTP receiver (SimpleHTTPServer) with a more robust http server or a reference to Apache Web Server?=20 We have trepidations about running axis2 using a non-production ready web server process. Has anyone else looked into this? -----Original Message----- From: Ruchith Fernando [mailto:ruchith.fernando@gmail.com]=20 Sent: Saturday, May 06, 2006 3:53 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] HTTP Transport Receiver Hi, You can use the Axis2 "War Distribution" [1] and deploy it in Apache Tomcat. Please refer to "Installing Axis2 in a Servlet Container" section of the installation guide [2] to install the axis2.war. Thanks, Ruchith [1] http://www.apache.org/dyn/closer.cgi/ws/axis2/1_0/axis2.war [2] http://ws.apache.org/axis2/1_0/installationguide.html#_Toc96698086 On 5/5/06, Plater, Elizabeth wrote: > > > > I noticed that the SimpleHTTPServer packaged with Axis2 and configured as > the default Transport Receiver for http requests is not production-worthy. > > > > Do you have a standard alternative http server recommended for production > use? If so, how should it be configured in the axis2.xml file?