s should be sufficient.
-Original Message-
From: James Carman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 6:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Packaging Axis...
I don't think the server-config.wsdd file goes across contexts. From
what I
understand, it is used to ini
---
From: James Carman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 6:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Packaging Axis...
I don't think the server-config.wsdd file goes across contexts. From
what I
understand, it is used to initialize the webapp that it lives in. For
exam
nuary 03, 2003 1:04 PM
Subject: Re: Packaging Axis...
>
> - Original Message -
> From: "Gene Chuang" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 02, 2003 23:34
> Subject: Re: Packaging Axis...
>
>
> >
> > I wi
- Original Message -
From: "Gene Chuang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 23:34
Subject: Re: Packaging Axis...
>
> I will eventually be packing axis in my webapp as well for
transportability across servlet c
etely
different web services deployments.
- Original Message -
From: "Joe Hanink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 4:42 PM
Subject: RE: Packaging Axis...
I just started using Axis and had some difficulty with
server-confi
That's the preferred method of web application
initialization now.
- Original Message -
From:
Gene
Chuang
To: [EMAIL PROTECTED]
Sent: Friday, January 03, 2003 2:34
AM
Subject: Re: Packaging Axis...
I will eventually be packing axis in my webapp as well for t
I will eventually be packing axis in my webapp as well for transportability across servlet containers, so thanks for the pointers!
This does bring up an issue that perhaps has been addressed on this board before: I'm assuming that most J2EE vendor implementation of Web services is done using the Se
All you would need to is have axis.jar and other axis related jar files
in your WEB-INF/lib directory before "war"ing your web application. In
the web.xml file you need to define what the service location will be
and add proper entry for the servlet. You can take al the entries in
web.xml file
I just started using Axis and had some difficulty with
server-config.wsdd at first.
Being the server config file, there should be only one. Chances are,
you packaged up the axis context, which has /WEB-INF/server-config.wsdd
that's pre-empting the one you want designated (see server.xml to see if
If you use jdk 1.4 their might be a problem with loading javax.* classes.
May be you have to put them in a common dir of you server, or in the jre/lib/endorsed
dir.
Just a thought.
>>> [EMAIL PROTECTED] 13.12.2002 10.43 Uhr >>>
I use Axis as both a client and server.
As a web service engine
2 09:43
To: '[EMAIL PROTECTED]'
Subject: RE: Packaging Axis into an EAR file
I use Axis as both a client and server.
As a web service engine, I use Axis to basically map a web service to a
stateless session bean. This is where the Axis WAR has to be able to
access the EJB. If this i
I use Axis as both a client and server.
As a web service engine, I use Axis to basically map a web service to a
stateless session bean. This is where the Axis WAR has to be able to
access the EJB. If this is all I wanted to do, everything would be
fine... because that more or less works.
Howev
Hi Michael,
May I ask why the EJBs need to see Axis? We use Axis in WLS6.1sp4
with no problems, but we use it to provide a simple facade to a
Stateless Session Bean. That is, we expose our business methods
from the bean and have a thing POJO which Axis calls. This POJO
is responsible for understan
But I don't want the JARS in my classpath... that's the whole point of
trying to package them into the EAR file.
If I package the JARS as part of an AXIS WAR file, then AXIS can see my
EJBs however the EJBs can't see access. I assume I could somehow
reference these WAR JARS in the manifest file
Title: Re: Packaging Axis into an EAR file
Hello,
I have put the Axis jars in the webapp/lib/ directory and put the new jars in the classpath of the start.cmd file. WebLogic now finds all the necessary Axis classes and my Beans can use Axis and Axis can use my EJBs.
I hope this will help
15 matches
Mail list logo