Deployment goes fine (ejb .jars and a .war deployed in an .ear file). I get
this stack trace when I try to load up the jsp in a web browser. The
JSPSupportBean class is referenced in a jsp:useBean tag. The error comes
when when trying to instantiate the class. The class is in WEB-INF/classes
in the .war file. This deployment has been tested in the Sun J2EE RI, but I
cant seem to get it going in JBoss. I wish I could find a working server
log for tomcat. the $TOMCAT_HOME/logs is empty, and the jboss server log
doesnt seem to get errors from tomcat. Any suggestions or help would be
appreciated.
BTW I have put my library jar as well as jnp-client and jboss-client into
the classpath. I tried putting my library jar into the .ear and referencing
it in the .war manifest classpath, but that didnt work, so I tried putting
it into $CLASSPATH and that did work. My home and remote interfaces are in
the .war (WEB-INF/classes) - I cant tell if they are being found or not,
since the error is a bit cryptic. I tried putting them in the classpath as
well, but then I got all kinds of errors during deployment.
javax.servlet.ServletException: Cannot create bean of class
com.retek.uap.web.JSPSupportBean
javax.servlet.ServletException: Cannot create bean of class
com.retek.uap.web.JSPSupportBean
at
_0002ffront_0005fpage_0002ejspfront_0005fpage_jsp_3._jspService(_0002ffront_
0005fpage_0002ejspfront_0005fpage_jsp_3.java:83)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
9)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:745)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]