On 18-03-2009 at 03:05, AK wrote: > Mike McNally <emmecin...@...> writes: > > > > I don't think you can pull anything directly (from outside the server) > > from a path > > beneath WEB-INF. > > Great. Thx for the pointer. I moved my script folder to the same level as > WEB- > INF (rather than inside it) and changed my paths and everything worked.
As a rule, any file/URL you want the browser to have access to is part of your application interface. Static files should go belog your context root, outside WEB-INF. Files used to construct responses, such as servlets, ActionBEans, etc. can be placed inside WEB-INF to hide. Oscar -- ,-_ Oscar Westra van holthe - Kind http://www.xs4all.nl/~kindop/ /() ) (__ ( A: Because people normally read from top to bottom. =/ () Q: Why is top-posting such a bad thing? ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
