Hi everybody!
I'm trying to use embedded Tomcat service with
jBoss 2.0, jdk1.3 on NT 4.0.
My .ear file consists of one .war-file and one .jar-file.
I also have included the application.xml and a client.jar-
file included in lib/ directory. In the client.jar-file I
have the Home & Remote interface of the .jar-files EJB.
The deployment of the files seems alright but when I try
to run the .jsp-side included in the .war-file I recieve
compilation ERROR. JasperException because my Home &
Remote interfaces' can not be found!
I declare it this way!
ShowStatsHome = ...
Why? Isn't it enough to include them in the client.jar-
file? Do I have to put then in the %JBOSS_HOME%/client-dir?
I have a MANIFEST.MF -file with the lib/client.jar -
class-path stated.
I've been trying to find help on the jboss.org-site and
in the docs. But what I really would need is a complete
example of an .ear-application with EJBeans included so
that I can understand what to do and where to put my
files!
I have made an .ear file with this structure:
META-INF/
META-INF/MANIFEST.MF
META-INF/application.xml
myejb.jar
myjsp.war
lib/
lib/client.jar
The client.jar have this structure:
gojsp/ShowStats.class
gojsp/ShowStatsHome.class
I would very very much appreciate ANY kind of help.
Many thanks,
Mattias Kardell
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]