0 Replies Latest reply on Jul 30, 2009 8:54 AM by marco.plebani

    JBoss, proxy and DTD cache

    marco.plebani

      Hi,
      my development machine is behind a proxy and some of xml inside my webapps require DTD validation. These validations require the connection to internet and I need to avoid jboss using out connections.
      My idea was to download the DTD inside the AS and to inform JBoss on how to locate them locally (I know that other ASs provide this feature).

      Anyone knows how to configure JBoss in this way?

      Note: I don't want to configure proxy in the JBoss startup.

      Thanks
      -- Marco