Re: Initial Context

2000-12-11 Thread Cyril Bouteille

Christian,

 i use Tomcat as a Servlet Engine and want to create a Initial Context...but
 what is the Initial Context Factory i have to USE?

Tomcat 3.x does not include a JNDI server yet, so you can't use any
InitialContext unless you use a third-party naming service such as
WebLogic Server.

Hope it helps,

begin:vcard 
n:Bouteille;Cyril
tel;work:(415) 247-9494 x 305
x-mozilla-html:FALSE
url:http://www.hotwire.com
org:a href=http://www.hotwire.comimg border=0 src=http://www.hotwire.com/assets/logo_white.gif/a
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior J2EE Software Engineer
note:a href=http://calendar.yahoo.com/cyrilbouteilleView my agenda/a
adr;quoted-printable:;;333 Market St=0D=0ASuite #100;San Francisco;California;94105;USA
x-mozilla-cpt:;-6160
fn:Cyril Bouteille
end:vcard

 S/MIME Cryptographic Signature


Re: Initial Context

2000-12-07 Thread Thom Park

Hi,

In 'vanilla' tomcat 3.2 there is no jndi support.

There are versions out there from commercial suppliers that support jndi but
that's somewhat off-topic.

Tomcat 4 is/will support jndi and provide features for support of the
java:comp naming constructs

-Thom

[EMAIL PROTECTED] wrote:

 Hi,

 who can tell me, which class or factory is responsible for retrieving the
 Initial Context (web.xml) . I think it should be a class that implements
 javax.naming.spi.InitialContextFactory

 ciao
 Chrisse