I'm trying to write a servlet that use the latest version of JAX-WS API.
This is a newer version of the API than the one shipped with JDK 6, so
in order to avoid loading the older library from the bootstrap loader, I
put the new JAX-WS JARs in /lib/endorsed.
Still when the servlet runs I get
.. but it seems like it is searching for DNS server on startup :-/
> --=_Part_140061_20812969.1177528468191
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
>
> It doesn't need network connectivity (at least not as
Why does Tomcat need network connectivity on startup. Can't I use it on a
machine that is not connected on the network (localhost)?
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTE