0 Replies Latest reply on Feb 17, 2003 2:44 PM by spiritualmechanic

    Resource Manager setup

      I'm trying to set up a resource manager just for a URL class for my web app.

      In web.xml:

      <resource-ref>
      URL Resource
      <res-ref-name>url/Zope</res-ref-name>
      <res-type>java.net.URL</res-type>
      <res-auth>CONTAINER</res-auth>
      </resource-ref>

      In jboss-web.xml:

      <resource-ref>
      <res-ref-name>url/Zope</res-ref-name>
      <res-type>java.net.URL</res-type>
      <jndi-name>java:comp/env/url/Zope</jndi-name>
      </resource-ref>

      Looking at the JNDI view in jmx-console, it doesn't seem to be showing up. Is there something I need to add in jboss-service.xml? The paid-for docs don't mention anything like that, just web apps and EJBs.

      Steve