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