2 Replies Latest reply on Oct 13, 2004 10:32 PM by lovelotus

    Where to define my context when upgrading from JBoss 3.2.3 w

    resimons

      LS,

      Under 3.2.3 I had configured a context in tomcat like this:

      <Context base="/pictures" docBase="C:\\PICTURES">


      in the file $JBOSS_HOME/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml. The browser showed me the files of the directory C:\\PICTURES when I typed the url http://localhost:8080/pictures

      Under 4.0.0 I moved this definition to the file
      $JBOSS_HOME/server/default/conf/jboss.web/localhost/pictures.xml
      The browser now says at the moment looking at http://localhost:8080/pictures

      "The requested resource (/pictures) is not available."

      What am I doing wrong?

      Regards,

      Roel Simons