Hello

I have created a new dynamic  web application from scratch

struts version => 1.3.10

An I have created my struts-config.xml

I am not able to set a "properties" file on it

Where do I need to place my file ?

As an example I have :

WEB-INF
    --struts-config.xml

    --resources
        --ApplicationResources.properties


and in struts-config code :

<message-resources parameter="resources.ApplicationResources" null="false"/>


Once I deploy the app in side WTP with tomcat 6.0.32 I get the following :

    javax.servlet.UnavailableException: Missing configuration resource for
path /WEB-INF/struts-conf.xml

I believe it is not finding the file in the proper path ....

Please can you help me out setting it correctly so I can use my
properties file ?

Thks
Érico

Reply via email to