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/StaticDeployment

The comment on the change is:
Axis Wiki in Japanese

New page:
##language:ja

'''èå: ããããããã Axis ããããèåããããããã 
(äãã server-config.wsdd ãææãã) ããããããããã?'''

åç: Axis 
ããããèåããããããããããããããããããããããããorg.apache.axis.utils.Admin
 ããããäçãããã

{{{
    cd webapps/axis/WEB-INF
    java -cp $AXIS_CLASSPATH org.apache.axis.utils.Admin server deploy.wsdd
}}}

ããããããçåãããããããã/ã server-config.wsdd 
ãäæ/ææããdeploy.wsdd 
ãããããããããããããããããããserver-config.wsdd 
ãäæããåèãããååããaxis.jar ããã server-config.wsdd 
ãããããããããããèåèåãããäçããããã

Ant ãããääãããããããã

{{{
    <java classname="org.apache.axis.utils.Admin" 
               fork="true" 
                dir="${webapp.install}/WEB-INF">

      <arg value="server" />
      <arg value="${webapp.install}/wsdd/deploy.wsdd" />

      <classpath>
         <pathelement location="${build.dir}/classes"/>
         <path refid="axis.classpath"/>
      </classpath>

    </java>
}}}

Reply via email to