Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 54747 invoked from network); 12 Jan 2005 02:00:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 02:00:39 -0000 Received: (qmail 80021 invoked by uid 500); 12 Jan 2005 02:00:38 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 79968 invoked by uid 500); 12 Jan 2005 02:00:38 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list general@ws.apache.org Received: (qmail 79954 invoked by uid 99); 12 Jan 2005 02:00:37 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 11 Jan 2005 18:00:37 -0800 Received: (qmail 54708 invoked from network); 12 Jan 2005 02:00:36 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 12 Jan 2005 02:00:36 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: general@ws.apache.org To: general@ws.apache.org Subject: =?iso-8859-1?q?=5BApache_Web_Services_Wiki=5D_New=3A__SimpleAxisServer?= Date: Wed, 12 Jan 2005 02:00:36 -0000 Message-ID: <20050112020036.54705.2382@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2005-01-11T18:00:36 Editor: ToshiyukiKimura Wiki: Apache Web Services Wiki Page: SimpleAxisServer URL: http://wiki.apache.org/ws/SimpleAxisServer Importing old wiki ... New Page: ##language:en The SimpleAxisServer is just that, a simple http server that can be used fo= r demos, debugging, and performance profiling. = '''It is not intended for production use.''' Feel free to post questions about it [mailto:axis-users@apache.org axis-use= rs@apache.org]. If you have a bug or feature request for this class it woul= d be best to supply the patch and detailed test case when you report the bu= g. This class is a low priority and is not likely to see much attention fro= m the core developers. = The default usage of the server is: = {{{ java org.apache.axis.transport.http.SimpleAxisServer = }}} Additionally the following options can be specified: = '''-t ''' Specify the maxium pool size for the server.  This is the maxium numbe= r of simultaneous connections (threads) the server can accept (run). The de= fault is 100. = '''-m ''' This is the maxium number of sessions the server will run. Again, the defau= lt is 100. = '''-p ''' This is the port number the server will use to run. The default is 8080 whi= ch is also used by Tomcat. Unexpected results will occur if you start the s= erver on a port that is already in use.=20