0 Replies Latest reply on May 20, 2005 4:17 PM by mduffy_lists

    Configuring Mail - "Where are the ResourceParams specified?"

    mduffy_lists

      According to JBoss 4.0.2 Application Server Guide (v3) , Chap 3, the resource ref is specified in the web.xml

      <!-- JavaMail Connection Factories (java:comp/env/mail) -->
      <resource-ref>
      Default Mail
      <res-ref-name>mail/DefaultMail</res-ref-name>
      <res-type>javax.mail.Session</res-type>
      <res-auth>Container</res-auth>
      </resource-ref>

      My basic question is, "Where are the ResourceParams specified?"

      In Tomcat, the params can be specified in the server.xml.

      Thx.

      Mike