pro_jsp thread: java beans and jsp
It just occurred to me, you don't put it under ROOT. Your webapp should be under webapps/blah/WEB-INF/classes/logonBean/logon.class and your jsp (assume index.jsp) in webapps/blah then you would invoke it via http://localhost:8080/blah/index.jsp. The JSP should then find your bean. -Kevin
|





