I made nothing special: Just copied axis directory in webapps directory under
weblogic's root directory, and added two lines into weblogic.properties to
declare axis webapp. At weblogic startup I could see in the weblogic log that
Axis's servlet was then initialized.
To deploy my Web Service, I just used the .wsdd method to make my java class
become a Web Service.
I didn't use .war file.

good luck
--Ga�l

>===== Original Message From "Lin Chen" <[EMAIL PROTECTED]> =====
>Gael,
>
>Thanks. I'm going to try axis beta1.
>
>To make beta1 work on Weblogic 5.1 did you do anything special besides
>coping axis directory to weblogic docroot and then run .jws or use .wsdd?
>Did you deploy .war file?
>
>Thanks again.
>
>Sihan
>
>
>>From: Ga�l Pouzerate <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: Re: axis with weblogic 5.1
>>Date: Mon, 10 Jun 2002 15:36:14 +0200
>>
>>
>>
>>I have Axis Beta1 working fine on WebLogic5.1.
>>I had some troubles with beta2 (but don't remember if it was null pointer
>>exceptions like yours), and went back to beta1 wich works ok.
>>If you use beta2, then try beta1, maybe...
>>
>>--Ga�l Pouzerate
>>
>>10.06.2002 15:03:48, "Lin Chen" <[EMAIL PROTECTED]> wrote:
>>
>> >Did anybody successfully deploy the axis on weblogic 5.1? I has no
>>problem
>> >to make Apache Soap work on weblogic 5.1. But for Axis I keep getting
>> >NullPointerException. The stack trace is as below:
>> >
>> >I would appreciate if somebody can share his experience to get away this
>> >problem.
>> >
>> >Sihan
>> >
>> >java.lang.NullPointerException
>> >        at java.io.File.<init>(File.java:181)
>> >        at
>> >org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxis
>> >ServerFactory.java:112)
>> >        at
>>org.apache.axis.server.AxisServer.getServer(AxisServer.java:105)
>> >        at
>> >org.apache.axis.transport.http.AxisServlet.getEngine(AxisServlet.java
>> >:202)
>> >        at
>> >org.apache.axis.transport.http.AxisServlet.getEngine(AxisServlet.java
>> >:166)
>> >        at
>> >org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:215
>> >)
>> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>> >        at
>> >weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
>> >pl.java:120)
>> >        at
>> >weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
>> >textImpl.java:941)
>> >        at
>> >weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
>> >textImpl.java:905)
>> >        at
>> >weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
>> >ContextManager.java:269)
>> >        at
>> >weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
>> >a:391)
>> >        at
>> >weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
>> >
>> >        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
>> >
>> >_________________________________________________________________
>> >Send and receive Hotmail on your mobile device: http://mobile.msn.com
>> >
>> >
>> >
>>
>>
>>
>
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Reply via email to