Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

running beans in tomcat

843835Jan 15 2002 — edited Jan 22 2002
Hi. I�m using jdk1.3/tomcat4.0 on windows 2000 server. I made a extremely simple bean: a String property and get/set methods to call it from JSP, but I�m getting not found class errors when I load bean in browser.
Somebody told I had to "register" the bean in server.xml and put in in a package. I did it and didn�t worked.
I have seen example code and some examples use the "import" sentence, some other do not.
There exists a "standard" procedure to use beans in tomcat? Thanks a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2002
Added on Jan 15 2002
7 comments
237 views