3 Replies Latest reply on Aug 11, 2012 3:10 PM by arkhalil

    JBoss AS 7.1.1 - Symbolic Links within deployed war

    arkhalil

      I have a symbolic link in my web application deployed on JBoss AS 71.1 on CentOS 5. I have also enabled linking in jboss-web.xml file:

       

      <jboss-web>

                <context-root allowLinking="true">/</context-root>

      </jboss-web>

       

       

      But symbolic link is not accessable within pages. Any idea?

       

      Thanks.