RE: Deployment Question

2004-07-09 Thread Sagar Pidaparthi
ssage- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 5:00 AM To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, Axis should only require the classes that an RMI client for your EJBs would also require, i.e. the home and remote interfaces of your EJBs and any

RE: Deployment Question

2004-07-09 Thread Keith Hatton
on servers (what server are you using?) Hope this helps, Keith -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:28 To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, I am not sure if the answer below solves the problem. Correct me if I am

RE: Deployment Question

2004-07-08 Thread Sagar Pidaparthi
PROTECTED] Sent: Wednesday, July 07, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Question You can include the axis jar files in your application and add the sections from the axis web.xml file to enable the bindings for the AxisServlet. Then axis will have access to the classes

RE: Deployment Question

2004-07-07 Thread Steve Mactaggart
TECTED] > Sent: Thursday, 8 July 2004 5:25 AM > To: [EMAIL PROTECTED] > Subject: Deployment Question > > Hi- > > It seems the standard way to install a web service with axis > is to install > my .jars into axis/WEB-INF/lib, and then deploy via the axis > admin se

Deployment Question

2004-07-07 Thread Keith Tingle
Hi- It seems the standard way to install a web service with axis is to install my .jars into axis/WEB-INF/lib, and then deploy via the axis admin servlet and a custom wsdd file, with ant tasks. But.. I have an application where the web service interface is only a small part of the total functiona

Newbie deployment question

2002-02-14 Thread Frank Griffin
In reading the samples that come with Axis, it isn't clear to me whether I need a deploy.wsdd for an application, and if I didn't use one, how I would structure an endpoint and OperationName. Suppose I have: WEB-INF classes myPackage myClass lib (axis