I am attempting to run some JSP's that access EJB's using the combination
JBoss/Tomcat installation. This same application has run on a WebLogic
Server. I feel that there is some kind of configuration issue that I am
missing. This is my first time trying to configure JBoss, so please be kind
:)
Here is the exception that is thrown when the JSP is run :
org.apache.jasper.JasperException: Unable to compile class for
JSPC:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2Fdcms\_0002fWelcome_00
02ejspWelcome_jsp_0.java:0: Class javax.ejb.EJBHome not found in interface
ussweb.dbUsers.DBUserHome.
import javax.servlet.*;
^
C:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2Fdcms\_0002fWelcome_0002e
jspWelcome_jsp_0.java:0: Class javax.ejb.EJBObject not found in interface
ussweb.dbUsers.DBUser.
import javax.servlet.*;
^
C:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2Fdcms\_0002fWelcome_0002e
jspWelcome_jsp_0.java:89: Class javax.ejb.CreateException not found in try.
try
^
Note:
C:\jboss_tomcat\tomcat-3.2-b7\work\localhost_8080%2Fdcms\_0002fWelcome_0002e
jspWelcome_jsp_0.java uses or overrides a deprecated API. Recompile with
"-deprecation" for details.
3 errors, 1 warning
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:254)
at
org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:462)
at
org.apache.jasper.servlet.JasperLoader12$1.run(JasperLoader12.java:160)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:156)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:433)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:152)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:164)
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)
Thanks in advance,
Brian Ashburn
Software Developer
US-South Communications
[EMAIL PROTECTED]
770.240.6165
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]