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.