i am using the JBoss 2.4.1 bundle with Jetty 3.1.RC9-1 on Win 2k and JDK 1.3.

i have an entry in web.xml in a .war as such:
<web-app>
        <env-entry>
  <description>This is an environment entry.</description>
  <env-entry-name>EnvName</env-entry-name>
  <env-entry-value>ThisIsaValue</env-entry-value>
  <env-entry-type>java.lang.String</env-entry-type>
        </env-entry>

<servlet>
   <servlet-name>SystemDump</servlet-name>
   <servlet-class>SystemDump</servlet-class>
</servlet>

<servlet-mapping>
   <servlet-name>SystemDump</servlet-name>
   <url-pattern>/system/*</url-pattern>
</servlet-mapping>
</web-app>

and the "SystemDump" servlet simply dumps all the values from java:comp/env

i deploy the .war file to $JBOSS_HOME/deploy successfully, and it deploys
without a problem.

the servlet works okay, but doesn't display the <env-entry> from the
deployment descriptor.

does the jboss/jetty integration support jndi locating?  if so, am i missing
something in this?

thanks
--e--


--------------------------------------------
<argo_tec gmbh>
     ed.q.bridges
     tel. 089-368179.552
     fax 089-368179.79
     osterwaldstra�e 10
     (haus F eingang 21)
     80805 m�nchen
</argo_tec gmbh>
--------------------------------------------



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to