Re: best practice image handling

2005-03-21 Thread Joe Germuska
At 10:32 AM -0500 3/21/05, Erik Weber wrote: My 2 cents: 1) I always try to serve my images from another server (Apache Web Server) configured to serve all the static content, and only send requests to my app server that actually require the app server. As a side effect, paths are easier to mana

Re: best practice image handling

2005-03-21 Thread Erik Weber
My 2 cents: 1) I always try to serve my images from another server (Apache Web Server) configured to serve all the static content, and only send requests to my app server that actually require the app server. As a side effect, paths are easier to manage as they don't change when your applicatio

best practice image handling

2005-03-21 Thread Scott Purcell
Hello, As I am building a new (frist time) struts app. I am looking for some insight as to the best way to handle jsp page images. To make a long story short, my folder structure is this: /dealer /dealer/images /dealer/WEB-INF /dealer/etc. So all my were like this. But because of some IPlanet