Hello Parikh,

   Here is an explanation on how to deploy axis.war under Websphere.

   Original newsgroup thread of this explanation :
http://groups.google.com/group/ibm.software.websphere.application-server/browse_frm/thread/07a1e2c80ea16bf9/389dd76307095a7f#389dd76307095a7f

   Here is a workaround tested with Axis-1.2.1 & Websphere-5.1.1.6 :
 1) Open Websphere Web Admin Console
 2) In Environment / Shared Libraries, create a new Shared Library (e.g.
 at Node scope) :
    - Name="Axis Library"
    - Value= <copy the four entries below and keep line breaks>
    "/path/to/axis/jars/axis.jar
     /path/to/axis/jars/saaj.jar
     /path/to/axis/jars/jaxrpc.jar
     /path/to/axis/jars/wsdl4j.jar"
 3) Install your Web Application axis.war
 4) In Applications / Axis_war / Libraries, add library "Axis Library"
 5) Check the following classloader policies
   * Application Server
    -> Application classloader policy : Multiple
  * Enterprise Application
    -> Classloader Mode : PARENT_LAST
    -> WAR Classloader Policy : Module
  * Web Module :
    -> ClassLoader Mode :  PARENT_FIRST
 5) Save
 6) Start your "Axis" enterprise application
 7) check http://localhost:9080/axis/happyaxis.jsp, you will see the
 location "/path/to/axis/jar/*" for the following components :
    - Found SAAJ API ( javax.xml.soap.SOAPMessage ) at ...
    - Found JAX-RPC API ( javax.xml.rpc.Service ) at ...
    - Found IBM's WSDL4Java ( com.ibm.wsdl.factory.WSDLFactoryImpl ) at ...

Hope this helps,

Cyrille

--
Cyrille Le Clerc
[EMAIL PROTECTED]
[EMAIL PROTECTED]

On 11/4/05, Parikh,Pratik <[EMAIL PROTECTED]> wrote:
>
>
> Hi Everyone,
>
>     Can someone point me to an article that describes deploying a Axis web 
> service on Web Sphere Application Server. This is urgent any help will be 
> appreciated!!!
>
> Thanks,
> Parikh, Pratik
>
>

Reply via email to