Please, do not post in HTML !
> When I install Cocoon for the first time I didn't install the html generator,
> but now I need it so I install it.
>
> I get the file Tidy.jar and i put it on the lib's directory, but when i try
> to use it (even with the cocoon examples ), I get a `can't find file' message
It's not a problem with HTMLGenerator, but with your server :
> java.net.UnknownHostException: www.yahoo.com
The JVM can't resolv www.yahoo.com
Are you using a proxy ?
Did you declare it to the JVM ?
if no, can you ping it ?
Tomcat can be configured to work with a proxy server by specifying the
following directives with the TOMCAT_OPTS system variable:
-Dhttp.proxyhost=<proxy_address>
-Dhttp.proxyport=<proxy_port>
--
S�bastien Koechlin - IVision - [EMAIL PROTECTED]
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>