Re: Unable to access images stored in webapps/myapp/WEB-INF/images ?

2012-01-24 Thread Alastair Baldwin
Thank you all for clearing that up. Alastair - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, 24 January 2012, 2:00 Subject: RE: Unable to access images stored in webapps/myapp/WEB-INF/images

Unable to access images stored in webapps/myapp/WEB-INF/images ?

2012-01-23 Thread Alastair Baldwin
Dear Users Why am I able to access images stored here: http://localhost:8080/imageUploader/1234.jpg but not here: http://localhost:8080/imageUploader/WEB-INF/images/1234.jpg File permissions are the same Any ideas? Thanks Alastair

Re: Unable to access images stored in webapps/myapp/WEB-INF/images ?

2012-01-23 Thread Igor Cicimov
On Tue, Jan 24, 2012 at 12:21 PM, Alastair Baldwin alastairgbald...@yahoo.co.uk wrote: Dear Users Why am I able to access images stored here: http://localhost:8080/imageUploader/1234.jpg but not here: http://localhost:8080/imageUploader/WEB-INF/images/1234.jpg File permissions are

Re: Unable to access images stored in webapps/myapp/WEB-INF/images ?

2012-01-23 Thread removeps-code
and see your implementation details. --- On Mon, 1/23/12, Alastair Baldwin alastairgbald...@yahoo.co.uk wrote: From: Alastair Baldwin alastairgbald...@yahoo.co.uk Subject: Unable to access images stored in webapps/myapp/WEB-INF/images ? To: users@tomcat.apache.org users@tomcat.apache.org Date

RE: Unable to access images stored in webapps/myapp/WEB-INF/images ?

2012-01-23 Thread Caldarale, Charles R
From: removeps-c...@yahoo.com [mailto:removeps-c...@yahoo.com] Subject: Re: Unable to access images stored in webapps/myapp/WEB-INF/images ? Tomcat doesn't let you access anything in the META-INF or WEB-INF folders. It's not just Tomcat - the servlet spec forbids direct client access