Hi all,

I have just set a env-entry in web.xml, how can I use
jndi to find it a java:comp/env/test?

    <env-entry>
      <env-entry-name>test</env-entry-name>
     
<env-entry-type>java.lang.String</env-entry-type>
      <env-entry-value>this is a
test</env-entry-value>
    </env-entry>

I just use 
InitialContext ic = new InitialContext();
Object obj = ic.lookup("java:comp/env/test");


but it throws a exception says that I have not set the
jndi factory. Could you have me? 

Thanks you first.

_________________________________________________________
Do You Yahoo!? ��¼����Ż�����! http://mail.yahoo.com.cn

<font color=#6666FF>���ģ����ƣ����ˣ�û���ɣ���������ɣ�</font>���� 
�Ż�ȫ��������! http://cn.chat.yahoo.com/c/roomlist.html

Reply via email to