The conflict is now that I want to put my JSPs in my WEB-INF directory for protection's sake.
Tomcat can't handle this because it can't see the login and error pages under WEB-INF.
The only options I think I have is (a) use html files not under WEB-INF or (b) set up an action forward mapping to inside WEB-INF
I want to use JSPs and not just html files because I want to localise them for language etc.
But I am not sure about (b) being advisable or working in any other container - in fact I haven't tested it with tomcat yet.
Any comments?
Thanks Adam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]