On Saturday 28 July 2007 13:12, Glen Mazza wrote:
> Am Samstag, den 28.07.2007, 08:11 -0700 schrieb [EMAIL PROTECTED]:
> > Publishing your service
> > System.out.println("Starting Server");
> > HelloWorldImpl implementor = new HelloWorldImpl();
> > String address = "http://localhost:9000/helloWorld";
> > Endpoint.publish(address, implementor);
>
> Doing it this way--running the web service from the JDK--requires JDK
> 6.0, correct? We may need to tell the tutorial users this then. Or do
> the JARs that are being included allow this to run on JDK 5.0?
This works fine on JDK 5. We ship the Jetty jars that we use to bring
up an embedded Jetty instance in these cases. Most of the samples by
default are setup to run this way.
--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727 C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog