users@jax-rpc.java.net

WS on tomcat 3.2.4: work?

From: Pedro Salazar <pedro-b-salazar_at_PTINOVACAO.PT>
Date: Sat, 01 Feb 2003 18:55:02 +0000

Greetings,

I developed a web service in tomcat 4.x environment, but I want deploy
it on tomcat 3.2.4 (production purposes). I read also in jaxrpc
specification that jaxrpc requires Servlet 2.3 which is not satisfied by
tomcat 3.x. However, I would like to know about your experience since I
already saw references to tomcat 3.x.

I put in lib/ the dependent or request jar files:
-jaxrpc-ri.jar+jaxrpc-api.jar
-saaj-ri.jar+saaj-api.jar
-mail.jar
-activation.jar

When I start my tomcat (3.2.4) I got a message in log:
"
- JAX-RPC servlet initializing
- missing context information
"

When I try to access the service information, I got the follow message:
"
Web Services
No JAX-RPC context information available.
"

thanks,
Pedro Salazar