If you are using a single servlet to determine the course of action and those actions are not mutually exclusive (like using a switch or if...else if structure) then something like this could definitely happen. Check your code... I am sure it is allowing two things to happen at once because it is satisfying the criteria of both. Tomcat really does not care whether your servlet sends back one page or two pages at once. In the process, you may wish to re-consider your architecture if it is that hard to debug.
Best Wishes! >>> [EMAIL PROTECTED] 11-24-2004 09:40 >>> On Wed, 2004-11-24 at 11:26, Michael McQuade wrote: > Ben, I think it is a Tomcat specific subject, Im just not sure what to do > about it, Im thinking theres a variable in Tomcat maybe needs to be set, > or session refreshed, or something...... If you want to paste the relevant part of your servlet code, I or someone on the list will look at it but it doesn't sound like a Tomcat issue to me. There are thousands of apps running under Tomcat that use form based logins with no trouble. Have you looked into response.sendRedirect or requestDispatchers for moving your user to the relevant page after a login? --------------------------------------------------------------------- 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]
