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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to