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
posted
0
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.