I dont't want save the file under the web-inf/classes directory. I want to
save it for example in this directory web-inf/config .
Is that possible

Regards,
Stefan

> -----Urspr�ngliche Nachricht-----
> Von: Ganendran Kumaraswamy [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 31. August 2001 14:18
> An: '[EMAIL PROTECTED]'
> Betreff: RE: ApplicationResources.properties
>
>
> Have your web.xml entry something simlar to the following,
>
>     <init-param>
>       <param-name>application</param-name>
>       <param-value>messages.ApplicationResources</param-value>
>     </init-param>
>
> and place your ApplicationResources.properties file under the
> web-inf/classes/messages folder (as per this given xml entry)
>
> Regards,
> Gane
>
> -----Original Message-----
> From: Stefan Faist [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 31, 2001 5:56 PM
> To: Struts
> Subject: ApplicationResources.properties
>
>
> Must this file saved under the /WEB-INF/classes directory or can I save it
> direkt under the /WEB-INF directory?
> And how is then the entry in the web.xml?
>
> Stefan
>
> ----------------------------------------------
> hmi-Informatik GmbH
> Zettachring 6 - D-70567 Stuttgart
> E-Mail: [EMAIL PROTECTED]
> http://www.hmi-informatik.de
>
>

Reply via email to