Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 31313 invoked from network); 14 Jan 2005 07:23:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jan 2005 07:23:40 -0000 Received: (qmail 12950 invoked by uid 500); 14 Jan 2005 07:23:13 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 12935 invoked by uid 500); 14 Jan 2005 07:23:13 -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 12919 invoked by uid 99); 14 Jan 2005 07:23:12 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of andreas.vombach@psi.ch designates 129.129.190.111 as permitted sender) Received: from psi11.psi.ch (HELO psi11.psi.ch) (129.129.190.111) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 13 Jan 2005 23:23:11 -0800 Received: from 129.129.190.113 by psi11.psi.ch (InterScan E-Mail VirusWall NT); Fri, 14 Jan 2005 08:23:07 +0100 Received: from [129.129.195.149] (PC5108.psi.ch [129.129.195.149]) by psi13.psi.ch with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id CGZJNS1S; Fri, 14 Jan 2005 08:23:06 +0100 Message-ID: <41E7735A.5010900@psi.ch> Date: Fri, 14 Jan 2005 08:23:06 +0100 From: Andreas Vombach User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Tomcat and CORBA References: <9b6ae31105011323132f163232@mail.gmail.com> In-Reply-To: <9b6ae31105011323132f163232@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I would like to have a servlet which offers a CORBA interface. An applet for example could then read the IOR string of the orb and connect to the interface. Unfortunately instantiating servant objects seems to block the server so I had to spawn of threads from a servlet. (??) As far as I read a servlet should not create threads, is it true / impossible? Has anybody some experience using an ORB on Tomcat? Thanks for any hint in advance! --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org