Howdy!

We're writing an application with a jaxrpc webservices API as a part
(admin intercase) of it. As this is only a small part of the
application, I'm trying to set the webservices up statically (i.e.
without any config files), using jetty as servlet container.

Are there any examples around on how to deploy webservices by doing
something (roughly) like

 service = new AxisServlet();
 service.doSomeConfigurationCalls();
 server.addServlet(service);
 server.start():

The webserver (jetty) part is no problem - I can deploy a small servlet
without problems. But I'm not sure how to set up the AxisServlet without
having to read a configfile.

any hints? thank you.
-- vbi



-- 
secure email with gpg            [EMAIL PROTECTED]: key id 0x92082481
                                 [EMAIL PROTECTED]:    key id 0x5E4B731F

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to