Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Tomcat and the fly likes use of web services 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 » Products » Tomcat
Reply Bookmark "use of web services" Watch "use of web services" New topic
Author

use of web services

Marko Debac
Ranch Hand

Joined: Aug 21, 2006
Posts: 121
Can we use web services at Tomcat 6.0 without configuring Axis, like we can with SJSAS?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Tomcat is a servlet container. As such it doesn't support web services out of the box. But it's not hard to get them to run, either using Axis, or using the JAX-WS reference implementation; see here for details.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: use of web services
 
Similar Threads
Spring in Action - web services
JAX-WS - WSDLS - Where are they?
ServiceLocator Pattern
Communication between two web applications running on different tomcat
Spring web services