Re: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-07 Thread Cuong Tran
Hmm, I thought I already sent a reply for this :) Anyway, the dtd is in lib/ext/tomcat-service.jar. > Does that not imply JNDI references to EJBs in Servlets/JSP has to be > declared in jboss-web.xml? I guess this goes back to the original > question -- where would one find the DTD for jboss

Re: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-07 Thread Charles Ng
> Ben, you'll be happy to know that your search was in vain. You most likely > would have found all the information you wanted on the jboss-web.xml file if > there was such a file. In the deployment phase of your project, you will > create a web archive (.war) file that contains all of your web

Re: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-04 Thread Norman Rupp
nal Message - From: "Ben Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 03, 2001 8:46 PM Subject: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml? > Hi, > > I am calling EJBs from my servlets in JBOSS 2.2-Tomcat3.2.2. I am trying

Follow up: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-03 Thread Norman Rupp
From: "Ben Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 03, 2001 8:46 PM Subject: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml? > Hi, > > I am calling EJBs from my servlets in JBOSS 2.2-Tomcat3.2.2. I am trying to > use the

Re: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-03 Thread Cuong Tran
This is in lib/tomcat-service.jar. --- Ben Wong <[EMAIL PROTECTED]> wrote: > Hi, > > I am calling EJBs from my servlets in JBOSS 2.2-Tomcat3.2.2. I am trying to > use the element in my web.xml file. I know I need a jboss-web.xml > file to map the ejb references to the actual JNDI names. Wher

[JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-03 Thread Ben Wong
Hi, I am calling EJBs from my servlets in JBOSS 2.2-Tomcat3.2.2. I am trying to use the element in my web.xml file. I know I need a jboss-web.xml file to map the ejb references to the actual JNDI names. Where can I find the DTD (or any documentation) related to jboss-web.xml ? Any other ways to