Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 93140 invoked by uid 500); 11 Feb 2003 19:42:09 -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 93131 invoked from network); 11 Feb 2003 19:42:09 -0000 Subject: Re: problem in deploying new service as a jar From: Benjamin Tomasini To: axis-user@ws.apache.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 11 Feb 2003 14:39:31 -0500 Message-Id: <1044992373.1670.197.camel@localhost.localdomain> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This classloader problem is not specific to Axis, IMO. You probably just have a problem with the webapp finding your class period. As a test, I would add a test servlet to your jar and see if you can invoke it. If you fix that, you will most likely fix this problem. Ben On Tue, 2003-02-11 at 14:31, Chakraborty, Anirban wrote: > Hi, > > I added my service as a class file in web-inf\classes and it works but it > does not when I add the same service as a jar file in \web-inf\lib. I get a > ClassNotFound exception for my service class when I try to view the deployed > services in axis. Note that I dont get to see the default axis services > Admin service and Version service also. Am I missing something? Do I need to > specify anything in the deploy.wsdd since my service is a jar file? Tomcat > 4.1.18, jdk1.4.1_01 and axis 1.1.beta. > Thanks. > > -Anirban.