0

i am new to webservice. i need your help to understand deployment process.

I have created a new webservice by using following tutorial

http://www.ibm.com/developerworks/webservices/tutorials/ws-eclipse-javase1/section2.html

web service is running fine in eclipse,

right now i am running this service by right clicking on endpoint class and run it as java application. i want to run this service manually because on our server we not going to install eclipse.

4

2 回答 2

0

You need some web site to host your application. Eclipse is hosting it for you on your local machine but to use manually I assume you mean you want it on a real site?

于 2012-05-30T05:59:22.343 回答
0

You need to bundle your web service implementation classes as jar and you need to deploy to any Java EE complaint servers like JBoss or GlassFish.

于 2012-05-30T06:32:45.060 回答