This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Web service - Websphere deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web service - Websphere deployment" Watch "Web service - Websphere deployment" New topic
Author

Web service - Websphere deployment

satya ganesh
Greenhorn

Joined: Jul 14, 2008
Posts: 7
I deployed a web service(5.1.2) in websphere using WSAD. I understand that the web service is being deployed as a servlet. In the web.xml - servlet mapping the servlet class is simply a implementation class for the PortType interface that extends javax.rmi.Remote interface. I am not able to see any HttpServlet class here.

How the server responds to HTTP requests if it doesnot have any Servlet class??
Amit Ghorpade
Bartender

Joined: Jun 06, 2007
Posts: 2551
    
    2

"sat gane " please check your private messages for an important administrative matter. You can check them by clicking the My Private Messages link above.


SCJP, SCWCD.
|Asking Good Questions|
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Web service - Websphere deployment
 
Similar Threads
Unable to access WS in J2EE way
Webapp to call another webapp in WebSphere
'ping-ing' Websphere
Where to put the server-config.wsdd
javaMail --urgent