[Seasar-user:15473] Re: [S2Axis2] プロキシーサーバの指定

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2008年 8月 22日 (金) 19:00:06 JST


小林 (koichik) です.

Date:    Fri, 22 Aug 2008 17:31:29 +0900
From:    松山 大樹 <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:15470] Re: [S2Axis2] プロキシーサーバの指定

> dicon には、こんな感じで書いています。
> 
> <component name="properties" class="java.util.Properties" autoBinding="none">
>     <initMethod name="setProperty">
>         <arg>@[E-MAIL ADDRESS DELETED]</arg>
>         <arg>"axis2.xml"</arg>
>     </initMethod>
> </component>

S2Axis2 のサンプルが

        <initMethod name="setProperty">
            <arg>@[E-MAIL ADDRESS DELETED]</arg>
            <arg>"src/main/webapp/WEB-INF/conf/axis2.xml"</arg>
        </initMethod>

となっているので,axis2.xml はクラスパスからの
パスではなく,カレントディレクトリからの相対パスか,
絶対パスで指定するのではないかと.

<arg>
  @[E-MAIL ADDRESS DELETED](@[E-MAIL ADDRESS DELETED]).getCanonicalPath()
  + "axis2.xml"
</arg>

のようにしてみてはどうでしょうか?


-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>



Seasar-user メーリングリストの案内