Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 76864 invoked from network); 29 Jun 2005 16:05:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 16:05:36 -0000 Received: (qmail 34754 invoked by uid 500); 29 Jun 2005 16:05:21 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 34739 invoked by uid 500); 29 Jun 2005 16:05:21 -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: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 34725 invoked by uid 99); 29 Jun 2005 16:05:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 09:05:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [142.46.200.134] (HELO jupiter1.internal.timeicr.com) (142.46.200.134) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Jun 2005 09:05:23 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: RE: Problem setting up Axis Date: Wed, 29 Jun 2005 12:05:18 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem setting up Axis Thread-Index: AcV7W0ka0YJWTUC2Q3qzAds/v4VgBQAB8ncQAAI1E8AAAAmckAAQFypQAAEV8yAADRtFgAA3vHMw From: "Gary Zhu" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can copy the tools.jar and put it under your Axis context. You need = to restart Tomcat for it to work. Gary=20 -----Original Message----- From: Miller, Janet [mailto:MillerJa@pbworld.com]=20 Sent: June 29, 2005 11:21 AM To: axis-user@ws.apache.org Subject: RE: Problem setting up Axis I've done all of this. My Axis happy page displays correctly, but when = I try to access a sample JWS web service that comes with Axis as = follows: http://localhost:8080/axis/EchoHeaders.jws?method=3Dlist=20 I get the following error: soapenv:Server.userException java.lang.RuntimeException: No compiler found in your = classpath! (you may need to add 'tools.jar')=20 How does Axis know where the Java compiler is? I thought it used = CLASSPATH and AXISCLASSPATH which I think I have set up properly since I = got wsdl2Java to work. Do I need to put tools.jar somewhere? I tried adding tools.jar to the tomcat\common\lib directory, but that = didn't work either. I'm using Tomcat 5.5.9, Java 1.5.0.03, and Axis 1.2.1. Does anyone know why I'm having this problem? Jan -----Original Message----- From: Ferruh Zamangoer [mailto:ferruh.zamangoer@gmx.de] Sent: Tuesday, June 28, 2005 3:16 AM To: axis-user@ws.apache.org Subject: AW: Problem setting up Axis The best way to set up axis is to copy axis-1_2/webapps/axis into your = tomcat ....\Apache Group\Tomcat 4.1\webapps folders. -----Urspr=FCngliche Nachricht----- Von: Ferruh Zamangoer [mailto:ferruh.zamangoer@gmx.de]=20 Gesendet: Dienstag, 28. Juni 2005 08:52 An: axis-user@ws.apache.org Betreff: AW: Problem setting up Axis Hi Janet, if you have downloaded the axis-1_2.zip binaries you can extract this = file. After you have extracted you have a folder structure like: - axis-1_2 - docs - lib - samples - webapps - xmls Normally the wsdl4j.jar must be in lib directory, otherwise you can look = at axis-1_2\webapps\axis\WEB-INF\lib. The wsdl4j.jar is used in AXIS to = generate Java code from WSDL and to generate WSDL from Java. Hope it helps. Regards Ferruh -----Urspr=FCngliche Nachricht----- Von: Miller, Janet [mailto:MillerJa@pbworld.com]=20 Gesendet: Dienstag, 28. Juni 2005 01:05 An: axis-user@ws.apache.org Betreff: RE: Problem setting up Axis I am also missing a file called wsdl4j.jar which the Axis documentation = says is supposed to be in my CLASSPATH and AXISCLASSPATH. I've = installed everything and don't have this file on my machine. Where does = this file come from? Could someone check to see if this file exists on = your machine? It is supposed to be in the \webapps\axis\WEB-INF\lib = directory. I can't get Axis to work. The happyAxis page is displaying properly = though. Thanks, Jan