You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/01 08:50:59 UTC

[Ws Wiki] Update of "ja/axis/Standalone" by ToshiyukiKimura

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by ToshiyukiKimura:
http://wiki.apache.org/ws/ja/axis/Standalone

The comment on the change is:
Axis Wiki in Japanese

New page:
##language:ja

'''質問: どのようにしてアプリケーションサーバなしで Axis を使用することができますか?'''

回答: Axis には秘密のスタンドアローンモードがあります。その機能は本来、実際の開発のためではなくスタンドアローンテストのためにあるので秘密なのです。その機能はサーブレット API のまさにそのままの実装を持っているので、HTTP トランスポートを実装する{{{AxisServlet}}}をホストすることができます。

より詳細な情報と、なぜサポートされていないかの警告については、axis.transport.http パッケージにある{{{SimpleAxisServer}}}クラスをご覧下さい。