2 Replies Latest reply on Feb 6, 2005 1:29 PM by anil.saldhana

    Virtual Directory in JBoss?

    jtpsoft

      Hi,

      I am using JBoss to upload photos and present them back as a part of users' profiles. I did in WebLogic by defining virtual directory in weblogic.xml using the next:

      <virtual-directory-mapping>
      <local-path>C:\WebProjects\MeetPeopleWL</local-path>
      <url-pattern>images/*</url-pattern>
      </virtual-directory-mapping>

      Can I do the same in JBoss 3.2.5?