0 Replies Latest reply on Jul 28, 2004 12:25 PM by jtpsoft

    Virtual Direcotry in JBoss 3.2.5

    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\MeetSerbsWL</local-path>
      <url-pattern>images/*</url-pattern>
      </virtual-directory-mapping>

      Can I do the same in JBoss 3.2.5?