0 Replies Latest reply on Feb 16, 2018 3:43 PM by clueo8

    Serve Web/JSP Content outside of WAR in cluster (extendedDocumentRoot)

    clueo8

      I'm coming from a clustered WebSphere env and looking to Jboss/Wildfly as a replacement...

       

      I need to be able to use something similar to WebSphere's extendedDocumentRoot, as mentioned here:

      https://stackoverflow.com/questions/47667030/websphere-extendeddocumentroot-how-to-restrict-by-security-role

      I'd also like to use security constraints if possible as well...  Typically I use NFS storage either symlinked or referenced in such a config.

       

      I've seen some older threads (i.e. https://developer.jboss.org/thread/215604) that say you need an exploded war but that is not recommended for a cluster/domain, which is most likely what I'm going to need.

       

      With the latest version of Wildfly 11, has there been any advancements with such a feature that's similar to this?

       

      Thanks in advance.