Your JSP engine doesn't have the classes in your jar file in its classpath.
Put the home and remote interface classes into the classpath for your JSP
engine.  This is typically done via jar files, but that is not required.

----- Original Message -----
From: "ALex Loubyansky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 2:37 AM
Subject: [JBoss-user] ejb deploying: part2


> hello
>
> i packaged my beans in edays.ejbs packet. my application is deployed
> successfully. but when i import <%@ page import="edays.ejbs.*" %> in my
jsp
> i get
>
> Error: 500
> internal servlet error
> org.apache.jasper.JasperException: Unable to compile class for
>
JSPC:\JBoss-2.2.1_Tomcat-3.2.1\tomcat\work\localhost_8080%2FeDaysRoot\entry_
> 0002ejspentry_jsp_4.java:16: Package edays.ejbs not found in import.
> import edays.ejbs.*;
>
> could someone help me please?
>
> ALex
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to