config-substitutions.properties

2008-05-20 Thread lists
Hi,

I am running both JBoss and Geronimo side-by-side on a laptop development
environment.  I edited the above file and changed the NamingPort from 1099
to 1098, since JBoss uses the same, however when I try to shutdown
Geronimo using bin/geronimo.sh stop, I get the following error:

Locating server on port 1099...
Could not communicate with the server.  The server may not be running or
the port number may be incorrect.

I then have to stop the server by issuing a kill -9 .

What do I need to do in order to change the value such that it works for
shutting down Geronimo as well as starting it up?

Thanks,
John



NotFoundException doing Webservices tutorial...

2008-05-13 Thread lists


Hi,

I'm running Geronimo 2.1.1 on OS X Leopard under JDK
1.5.0_13 and was following the tutorial at:

http://cwiki.apache.org/GMOxDOC21/developing-a-simple-calculator-web-service.html

When I get to the step in the tutorial to run jaxws/wsgen to
generate the wsdl document and schema definition, I get the following
error:

ERROR NotFoundException: jaxwsgen/wsgen

What
do I need to do in order to work through/around this issue?  As
always, any assistance is greatly appreciated.

Thanks,
John