You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/12 03:00:36 UTC

[Apache Web Services Wiki] New: SimpleAxisServer

   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 for 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-users@apache.org]. If you have a bug or feature request for this class it would be best to supply the patch and detailed test case when you report the bug. This class is a low priority and is not likely to see much attention from 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 <argument>'''

Specify the maxium pool size for the server.&nbsp; This is the maxium number of simultaneous connections (threads) the server can accept (run). The default is 100. 

'''-m <argument>'''

This is the maxium number of sessions the server will run. Again, the default is 100. 

'''-p <argument>'''

This is the port number the server will use to run. The default is 8080 which is also used by Tomcat. Unexpected results will occur if you start the server on a port that is already in use.