Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 78154 invoked from network); 8 Jul 2004 01:57:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 01:57:53 -0000 Received: (qmail 67125 invoked by uid 500); 8 Jul 2004 01:57:51 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 66984 invoked by uid 500); 8 Jul 2004 01:57:50 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 66968 invoked by uid 99); 8 Jul 2004 01:57:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [203.55.204.129] (HELO boxer.golftime.com.au) (203.55.204.129) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 07 Jul 2004 18:57:48 -0700 Message-Id: <200407080157.i681vk8c028104@boxer.golftime.com.au> From: "Steve Mactaggart" To: Subject: RE: Deployment Question Date: Thu, 8 Jul 2004 11:57:19 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 deployed in your webapp. Steve > -----Original Message----- > From: Keith Tingle [mailto:Keith_Tingle@payformance.com] > Sent: Thursday, 8 July 2004 5:25 AM > To: axis-user@ws.apache.org > 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 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 functionality of the application. I have > servlets & JSP > pages that also need to be deployed along with the SOAP interfaces. > > How does one build an installation without having to maintain > two copies of > the .jar files, one in the axis/WEB-INF/lib directory and > another copy in my > application? Is there a clean method for allowing axis to > share jars with my > webapp? > > Thanks in advance for any help :) > > Keith > > ************************************************************** > ************* > Notice: This e-mail message, including any attachments, is > for the sole > use of the intended recipient(s) and may contain confidential and > privileged information. Any unauthorized review, copy, use, > disclosure, > or distribution is prohibited. If you are not the intended recipient, > or not an agent of the intended recipient responsible for > delivering this > message, please contact the sender by reply e-mail and > destroy all copies > of the original message.