No, I don't see the java:comp context for this standalone war. The AbstractWebContainer.parseWebAppDescriptors is not being called as part of the deploy so the ENC is not getting created. There is some integration problem between Jetty and the AbstractWebContainer for a single war I'll look into.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Peter Levart" <[EMAIL PROTECTED]> To: "Scott M Stark" <[EMAIL PROTECTED]>; "Scott M Stark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 8:42 AM Subject: Re: [JBoss-dev] JNDI view of java:comp context from Jetty broken > On Friday 30 November 2001 12:38, Scott M Stark wrote: > > I just looked at the latest build with the jbosstest.ear from the testsuite > > module > > and the DebugServlet http://localhost:8080/jbosstest/DebugServlet > > is displaying the full java:comp context correctly: > > > > I tried that too and it is displaying it correctly for me too. I don't know > why it is working for that particular test app and why not for my app. So I > did a fresh checkout of jboss-all and I created a minimal jbosstest.war > composed of only the: > > DebugServlet.java, Util.java & web.xml. > > Attached to the message you will find it. Not displaying java:comp. > > Please, can you try it? Am I missing something? Can you make it display the > java:comp/env/Strings/s1 ? > > > Peter > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
