Re: [JBoss-user] Deploying .ear

2001-06-18 Thread Fred Loney
Sounds like a problem with the application.xml ear deployment descriptor. It should resemble the following: myapp my.war /myapp my.jar The ejb module declaration puts my.jar in the web app's classpath. [EMAIL PROTECTED] wrote: > Hi a

Re: [JBoss-user] Deploying .ear

2001-06-15 Thread K.V. Vinay Menon
have you set up the ejb references in jboss-web.xml? Vinay - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 8:34 AM Subject: [JBoss-user] Deploying .ear Hi all, have problem, I trying deploy my.ear application at JBos

[JBoss-user] Deploying .ear

2001-06-15 Thread MDemian
Hi all, have problem, I trying deploy my.ear application at JBoss 2.2.2 with Tomcat 3.2.2. my.ear contains my.war archive with 3 JSP files and 1 java controller class, then my.jar archive with 1 Entity EJB. After deploy, I start first JSP, this JSP instancied controller class (no problem), then