users@jax-rpc.java.net

Re: JAXRPCServlet always writing to stdout

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Fri, 23 Sep 2005 14:06:17 -0700

Ryan LeCompte wrote:

> Hello all,
>
>
>
> When a web service is deployed into the Tomcat container, it always
> seems like the JAXRPCServlet outputs a message to stdout saying that
> it has initialized, etc. Is there some way to configure the servlet
> such that it doesn't write to standard out always?
>
>
>
> Thanks,
>
> Ryan
>
>
>
It uses J2SE Logger class for this
javax.enterprise.resource.webservices.rpc.server.http named subsystem.
You should be able to configure it.

Jitu