Everything Java Apache Geospatial Open Source. Hello Shinning Stars!!! Vincent Massol, Raphael Luta, Santiago Gala, Carsten Z.

Wednesday, May 12, 2004

=== Helloservice ===

You can use the asant and deployer tools provided with Sun's application server or follow the quick steps below. The Axis binaries must also be installed on your machine.

Create the MyHelloService.war as described in the tutorial Chapter 8: Building Web Services with JAX-RPC. Section 2: Creating a Simple Web Service and Client with JAX-RPC.

Quick steps :

cd examples/jaxrpc/helloservice

ant build

Ant says BUILD FAILED but we will do some stuff manually

mkdir -p war/WEB-INF/lib

cp -R build war/WEB-INF/classes

cp $AXIS_HOME/lib/*jar war/WEB-INF/lib

cat > war/WEB-INF/web.xml
Ctrl-D

cat > war/WEB-INF/geronimo-jetty.xml
Ctrl-D

No comments:

Blog Archive