Hi,
I've added 4 lines in web.xml to tell ActionServlet not to read the DTD:

<init-param>
    <param-name>validating</param-name>
    <param-value>false</param-value>
</init-param>

Then, warnings disappear.
It's not a real solution, but for today, it's good :-).

Thanks, for the link.

--
C. Bouessay

Adolfo Miguelez wrote:
> 
>http://www.hpmiddleware.com/SaISAPI.dll/SaServletEngine.class/products/downloads.jsp#pdt16
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to