Ivan L. <dukeofb...@...> writes:

> 
> Hello, i have terrible problem with Stripes configuration file
> (StripesResources.properties). My app can not find it. But it IS in classpath,
> it IS in WEB-INF/classes in .war file. It's location IS mentioned in web.xml. 
> I
> use Stripes 1.5.3. I do not have the foggiest idea, what's wrong. I will
> appreciate any help. Thanks.

Are you saying you are launching this app from within a .war file 
instead of expanding it into a directory?  If you are expanding it
into a directory can you post a "find" command (Linux) on the
directory name so we see the layout like this:

WEB-INF/classes/app.resources
WEB-INF/classes/StripesResources.properties
WEB-INF/web.xml
etc.

Or, if the app is running from an unexploded/unexpanded .war file can 
you do the same for the .war file's table of contents (just like above) 
so we can see the files are in the same place?  Also, can you post
the contents of your web.xml file?

Regards,
David G. Friedman



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to