Sudhir S. Shetty wrote:

> Hi All,
>           I have an Intranet application hosted on Weblogic Server , the
> application is built on STRUTS, I need to know, whenever I start up
> weblogic, the server downloads the DTD's for the application i.e. the struts
> specific DTD's and the ones specific to Sun for the Web application.
> Can You suggest me a work arond in which I download the DTD's on to my
> machine on to a folder, so that These DTD's dont need to be downloaded
> everytime I start Weblogic up.


Try to copy DTD files in the directory:

org/apache/struts/resources

This directory doesn't exist in src distrib, but is present in the .jar 
file.

It works for me.

--
C. Bouessay






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

Reply via email to