Re: Tiles and paths

2004-06-22 Thread Bob Thomas
Mike, Thanks so much. This solution works if my classes are in a directory (like WEB-INF/classes), but not if my classes are in a JAR file (like WEB-INF/lib/myJar.jar). Here's the Exception:(i shortened it with "..."s). java.io.FileNotFoundException: file:/.../jakarta-tomcat-5.0.18/webapps

Re: Tiles and paths

2004-06-21 Thread Bob Thomas
Thanks Mike! mike <[EMAIL PROTECTED]> wrote:For my part, this is a big bugaboo that continually causes problems in all sorts of ways for programs that access resources with relative and absolute URLs. I just decided, except for Applets, to deliver all resources via my own action classes and to

Re: Tiles and paths

2004-06-21 Thread mike
For my part, this is a big bugaboo that continually causes problems in all sorts of ways for programs that access resources with relative and absolute URLs. I just decided, except for Applets, to deliver all resources via my own action classes and to use a "protocol" to do it. I now have none

Tiles and paths

2004-06-21 Thread Bob Thomas
I have JSPs that work fine using images, stylesheets, etc. from other directories. However, when I put those same JSPs into tiles, the JSPs can no longer find the images, stylesheets, etc. unless I change the paths to those images, etc. These JSPs are in child directories beneath the parent dire