Re: Access JBoss from Tomcat

2004-08-26 Thread Darryl L. Pierce
On Wednesday 25 August 2004 06:50 pm, Robert F. Hall wrote: You could access your JBoss hosted EJBs as web services. Isn't there a bit of overhead involved in accessing them as web services? I don't want to do that. I would rather access them as EJBs. My servlet needs to be more efficient

Re: Access JBoss from Tomcat

2004-08-26 Thread Darryl L. Pierce
On Wednesday 25 August 2004 06:58 pm, Filip Hanik (lists) wrote: just access the EJBs the same way its been done since the spec started. Lookup the EJB through JNDI, then invoke its method. I need a bit more guidance than that; i.e., how do I configure JNDI in Tomcat to tell it what it needs

RE: Access JBoss from Tomcat

2004-08-26 Thread Nelson, Jerry W, Contractor 146CF, SCB
I see you figured out how to send out a question, what e-mail address did you use? Thanx, //SIGNED// Jerry Nelson -Original Message- From: Robert F. Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 3:36 PM To: Tomcat Users List Subject: Re: Access JBoss from Tomcat

Re: Access JBoss from Tomcat

2004-08-26 Thread Darryl L. Pierce
On Thursday 26 August 2004 06:36 pm, Robert F. Hall wrote: With web services comm is done over http. With EJBs comm is done using RMI Both have overhead costs. And both can be suprisingly efficient when you consider everything that is involved in a round-trip. Okay, whatever. The point

RE: Access JBoss from Tomcat

2004-08-26 Thread Filip Hanik \(lists\)
Message- From: Darryl L. Pierce [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 6:06 PM To: Tomcat Users List Subject: Re: Access JBoss from Tomcat On Thursday 26 August 2004 06:36 pm, Robert F. Hall wrote: With web services comm is done over http. With EJBs comm is done using RMI

Re: Access JBoss from Tomcat

2004-08-25 Thread Robert F. Hall
Howdy, You could access your JBoss hosted EJBs as web services. It's been awhile since I did it, but as I recall it was pretty straight forward to present an EJB as a web service using JBoss/Axis. You won't need to secure your web services since the host is on your internal network and can be

RE: Access JBoss from Tomcat

2004-08-25 Thread Filip Hanik \(lists\)
just access the EJBs the same way its been done since the spec started. Lookup the EJB through JNDI, then invoke its method. Filip -Original Message- From: Robert F. Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 5:50 PM To: Tomcat Users List Subject: Re: Access JBoss

Re: Access JBoss from Tomcat

2004-08-25 Thread Robert F. Hall
, August 25, 2004 5:50 PM To: Tomcat Users List Subject: Re: Access JBoss from Tomcat Howdy, You could access your JBoss hosted EJBs as web services. It's been awhile since I did it, but as I recall it was pretty straight forward to present an EJB as a web service using JBoss/Axis. You won't need