Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 75047 invoked from network); 4 Aug 2005 16:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2005 16:22:23 -0000 Received: (qmail 55222 invoked by uid 500); 4 Aug 2005 16:22:21 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 54800 invoked by uid 500); 4 Aug 2005 16:22:18 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 54787 invoked by uid 99); 4 Aug 2005 16:22:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 09:22:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D898FDF for ; Thu, 4 Aug 2005 18:22:06 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: general@ws.apache.org Date: Thu, 04 Aug 2005 16:22:06 -0000 Message-ID: <20050804162206.10645.14075@ajax.apache.org> Subject: [Ws Wiki] Update of "FrontPage/Axis/UsingCommandLineTools" by Alexander Ivanyukovich X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by Alexander Ivanyukovich: http://wiki.apache.org/ws/FrontPage/Axis/UsingCommandLineTools ------------------------------------------------------------------------------ Can someone do unix versions of this please? - {{{Andrew Premdas}}} OK, see below. == Setting Up Command Line Tools == - We are going to create a few useful batch files for axis. It would be a good idea to store these somewhere on your path. We will create + There are several useful batch files for axis we have created: * setaxiscp - sets up an evironment variable AXIS_CP which stores the classpath the tools need * java2wsdl - runs java2wsdl * wsdl2java - runs wsdl2java * adminclient - runs adminclient - * tcpmon - starts the tcp monitor tool ('''XXX on my system, tcpmon is a GUI tool -- can I run it as a command-line tool?''') + * tcpmon - starts the tcp monitor tool (it's a GUI tool, as far as I know you cannot run it from the command-line) - before we do this we'll set up the logging for the tools + The source code of these tools could be found below. It would be a good idea to store these somewhere on your path. == Setting up Logging == - All the command line tools have logging, so we can create a simple log4j.properties file to ensure the logging is initialised properly. + All the command line tools have logging, so you can create a simple log4j.properties file to ensure the logging is initialised properly (it is a good practice to setup logging before using AXIS). {{{ # simple log4j configutation for axis #