You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexander ten Bruggencate <a....@home.nl> on 2000/11/09 11:45:28 UTC

problem with tomcat-3.2b6

i have my (small) ejb/jsp application working with jboss-2.0b4 and
tomcat-3.1, when i switch to tomcat-3.2b6 (because i want to use the
embedded tomcat service) i get the following error:

Error: 500

Location: /stepdb/person/search/search.jsp

Internal Servlet Error:

javax.servlet.ServletException:  Cannot create bean of class
nl.step.stepdb.person.jsp.PersonBrowse
        at
person.search._0002fperson_0002fsearch_0002fsearch_0002ejspsearch_jsp_1._jspService(_0002fperson_0002fsearch_0002fsearch_0002ejspsearch_jsp_1.java:74)

        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

does anyone now if i have to change some of the configuration of
tomcat-3.2b6?
(i ofcourse used tomcats-3.2b6 conf files not the ones from 3.1)

the personbrowse class is a normal javabean that tries to connect to
jboss and get a stateless session bean.

any help would be appreciated!

-Alexander.