0 Replies Latest reply on Feb 3, 2005 2:47 AM by evgesha

    How to include External Files and Directories in JBoss 3.2.3

    evgesha

      Hi All,

      I need include own directory with files under jboss 3.2.3 .

      I did all steps that wrote in jboss 3.2.3 examples and it doesn't work.
      I did the following steps:

      I went to directory: jbossweb-tomcat41.sar/META-INF/ and opened file
      jboss-service.xml.

      In this file I found following code:


      ....

      ...
      <!-- Default context parameters -->
      <DefaultContext cookies="true" crossContext="true" "true"/>

      <!-- Add a static context /images using directory /tmp/images -->
      <Context docBase=/tmp/ path='/my' />


      When I try to enter into internet browser into http://localhost/my
      I get error.


      Please Help me include this directory.

      Thanks to all
      Evgeny