Hello,

I'm almost finished setting up the war file for my project. Just finishing the
last details...

Can anyone explain to me how I can add a file (forexample)
[projectroot]/zoo/foo.xml to the WEB-INF (in my war).

I tried:
        <resource>
          <targetPath>WEB-INF</targetPath>
          <directory>zoo</directory>
        </resource>

But this create a WEB-INF/classes/WEB-INF in my war.

Best regards,
raymond domingo

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

Reply via email to