2 Replies Latest reply on Aug 6, 2004 4:43 PM by johnurban

    Creating Symbolic Links In a Web Application

    johnurban

      We are upgrading to jboss 3.2.3 from jboss 3.0.6. We had symbolic links in our web application that allowed us to view directories outside of our web application. When we upgraded to 3.2.3, we created the links with ln -s and then we clicked on our HTML links, that are symbolically linked to existing directories outside of the jboss directory structure: and we get a 404 error.

      This process worked great w/ Jetty.

      Any tricks to getting this to work?