Well, thanks for providing a bit of entertainment as we head into the weekend
:) you're welcomed :)
Look in your Login servlet class for infinite loops or infinite recursion. This has nothing to do with tomcat's classes and it's far from being a tomcat bug.
it was a sneaky recursive declaration: file A.java: public class A { B b= new B(); } file B.java: public class B { A a= new A(); }
thanks for the tip Yoav!
EOF
Bost
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
