Re: Auth incorrectly redirects to img file

2008-07-29 Thread Jerry Atrick
OK, a bit more info. I might have set up my tomcat incorrectly, tho I'm not entirely sure why. In my login.jsp file, I have a simple image div id=logoimg src=c:url value='/img/logo.gif' / //div which when I try to login, the source is: div id=logoimg src=/myapp/img/logo.gif //div which is

Re: Auth incorrectly redirects to img file

2008-07-29 Thread Felix Schumacher
Am Dienstag, den 29.07.2008, 13:44 -0400 schrieb Jerry Atrick: OK, a bit more info. I might have set up my tomcat incorrectly, tho I'm not entirely sure why. In my login.jsp file, I have a simple image div id=logoimg src=c:url value='/img/logo.gif' / //div which when I try to login,

Re: Auth incorrectly redirects to img file

2008-07-29 Thread Jerry Atrick
Ah, you are 100% correct! I guess perhaps I've set my directory structure incorrect then. Currently, i have /img/ /css/ /js/ /web-inf/ /web-inf/tld /web-inf/jsp /web-inf/classes /web-inf/lib etc. but since no one could reach anything in the web-inf, i figure that would do. Is there a way to

Auth incorrectly redirects to img file

2008-07-28 Thread Jerry Atrick
When attempting to log into a standard form-based login field, I'm always redirected to an image folder. My folder layout: /img /web-inf/ /web-inf/web.xml /index.jsp /login.jsp /error.jsp setup: Spring2.5/tiles2/tomcat5.5 in my web.xml: [code] security-constraint display-nameSecurity