You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andrew Stubbs <an...@stusoft.com> on 2000/08/23 09:35:41 UTC

Beans question

I get the following error.

Error: javax.servlet.ServletException:  Cannot create bean of class
com.instantjsp.LoginManager


Does this mean the bean cannot be found or there is a problem running the
bean ?
The programs are from a book / CD and I have followed the install
instructions for them. The jar file is in
tomcat/lib and in the htdocs/classes directory. The manifest has the
appropriate classes that are beans marked as such.
Looking at the code in /work this error seems to come from a try / exception
block around a Beans.instantiate command

Ideas anyone ?

Andrew