Stop tomcat letting the cat out of the bag.

2001-04-03 Thread Pater Pandoson
How do I stop tomcat sending both it version and my operating systems name and release number. Thanks.

Re: java.lang.ClassCastException: AuthBean

2001-03-15 Thread Pater Pandoson
"TAI Wai Wang, Leo" wrote: Hi! Have u tried to test the AuthBean independently? Does the bean try to cast one object to another object? I think, there are some problems in your beam when casting. Try to modify the classes relationship, eg: one class is the superclass of another. It may be

java.lang.ClassCastException: AuthBean

2001-03-14 Thread Pater Pandoson
I have been writing an app that uses a bean with scope "session" a user goes to a login page and gives there user name and password this is send to the authbean and if all is correct will set a few values in the bean, things like there name and type of user. This all works fine. However when I

Re: java.lang.ClassCastException: AuthBean

2001-03-14 Thread Pater Pandoson
Hm it seems to work if I use jsp:forward page"" hmm I am still very interested to know what is my error the last time Thank you. Pater Pandoson wrote: I have been writing an app that uses a bean with scope "session" a user goes to a login page and gives there us

useing beans.

2001-03-01 Thread Pater Pandoson
Hello My jsp pages work fine but when I try to use beans I get this 2001-03-01 12:10:19 - Ctx( ): Exception in: R( + /test.jsp + null) - javax.servlet.ServletException: try to access class NormalizeText from class _0002ftest_0002ejsptest_jsp_4 at

Re: useing beans.

2001-03-01 Thread Pater Pandoson
Good call that was it all right. Thanks it says nothing about it in my book! agh well live and learn. "Hawkins, Keith (Keith)" wrote: Did you try changing the class to have public access? This is just a hunch but the default constructor on a non-public class may not be accessible given the