4 Replies Latest reply on Jan 21, 2004 2:19 PM by jpforti

    URL redirection outside deploy folder

    jpforti

       

      "jpforti" wrote:
      Hello,

      I tried to redirect an URL on static html pages which are stored on a network drive. In former version of Tomcat, I used to add entries in server.xml file as follow:
      <Context trusted="false"
      docBase="X:/WRKGROUP/QUALITY/ISO9001/EIM_CH/Web"
      reloadable="true"
      debug="0"
      path="/optimisoch"
      crossContext="false">

      But with JBoss 3.0.8, it is not possible as the server.xml file is not use.

      Do you know how to make it work ?

      Thanks,

      JP