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 02:57:35 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/Standalone

   Date: 2005-01-11T17:57:35
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/Standalone
   URL: http://wiki.apache.org/ws/FrontPage/Axis/Standalone

   Importing old wiki ...

New Page:

##language:en
'''Q: How do I use Axis without an application server?'''

A: Axis has a secret standalone mode. It is a secret because it primarily exists for standalone testing and is not in active development -it has a very crude implementation of the servlet API, so that it can host the {{{AxisServlet}}} that implements the HTTP transport. 

For '''more''' information and further warnings about how it is unsupported look in the SimpleAxisServer class in the axis.transport.http package.