Thanks Eric, I know that I do need to learn about filters. It's just something I don't feel like I'm up for at the moment, though I may find it surprisingly easy once I finally look into it. I'll take a look at the articles.
Ken -----Original Message----- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 10:58 AM To: Tomcat Users List Subject: Re: Mapping .jsp to controller servlet Januski, Ken wrote: > I've found a workaround for the time being. Each .jsp page has access to a > bean that includes login info. I changed jsp page to test to see if the > login flag is true. If so nothing happens. If not then I use jsp:forward to > send it back to the login.jsp page. > > So this will work until I feel ready to explore filters. That sounds like a good solution. If and when you do explore them, there is a good article here (that helped me): http://www.javaworld.com/javaworld/jw-01-2001/jw-0126-servletapi.html and when you're done with that, http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html Erik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
