users@glassfish.java.net

Re: NameNotFoundException when looking up mail resource within EAR

From: <glassfish_at_javadesktop.org>
Date: Wed, 13 Jan 2010 04:45:07 PST

application.xml looks like this:

<application>
  <display-name>ourname/display-name>
  <description>yada</description>
  <module>
    <web>
      <web-uri>first.war</web-uri>
      <context-root>/firstcontext</context-root>
    </web>
  </module>
  <module>
    <web>
      <web-uri>second.war</web-uri>
      <context-root>/secondcontext</context-root>
    </web>
  </module>
</application>
[Message sent by forum member 'janhelwich' (jan.helwich_at_gmx.de)]

http://forums.java.net/jive/thread.jspa?messageID=380620