Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 30629 invoked from network); 25 Aug 2004 22:59:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Aug 2004 22:59:32 -0000 Received: (qmail 3183 invoked by uid 500); 25 Aug 2004 22:59:08 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 3156 invoked by uid 500); 25 Aug 2004 22:59:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3143 invoked by uid 99); 25 Aug 2004 22:59:07 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_NJABL_PROXY,RCVD_IN_SORBS_MISC X-Spam-Check-By: apache.org Received: from [66.49.144.157] (HELO host12-server.com) (66.49.144.157) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 25 Aug 2004 15:59:05 -0700 Received: from MOOSE (c-67-162-235-203.client.comcast.net [67.162.235.203]) by host12-server.com (8.11.6/8.11.6) with SMTP id i7PMx3811451 for ; Wed, 25 Aug 2004 18:59:03 -0400 From: "Filip Hanik \(lists\)" To: "Tomcat Users List" Subject: RE: Access JBoss from Tomcat Date: Wed, 25 Aug 2004 17:58:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <412D179D.5050505@berkeley.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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:rfhall@berkeley.edu] Sent: Wednesday, 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 to secure your web services since the host is on your internal network and can be prottected from external access. You'll need WSDL definitions and then can use org.apache.axis.wsdl.WSDL2Java to generate Java client code. JBoss provides some assistance for presenting an EJB as a web service, see org.jboss.net.axis.server.EJBProvider. Direct access to the EJBs would also be possible, with the client code residing in your perimeter Tomcat server. HTH, Robert Darryl L. Pierce wrote: >I have a Tomcat server running on the perimeter of my network. I am trying to >add some EJBs to the architecture to handle some authentication tasks for >users. I need this work to be done within the network, so don't want to put >JBoss on the perimeter. I want to access my JBoss server from my Tomcat >server. > >How do I configure Tomcat to talk to JBoss? All links I find online talk about >JBoss with Tomcat within it, and I've not found any information on >configuring a standalone Tomcat to talk to JBoss. My Tomcat server is 4.1.30 >and my JBoss server is 3.2.5. > >Any help is appreciated. > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.740 / Virus Database: 494 - Release Date: 8/16/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.740 / Virus Database: 494 - Release Date: 8/16/2004 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org