0 Replies Latest reply on Dec 8, 2003 9:06 AM by knuterik

    web context problem

    knuterik

      Hi, I deploy a mywebapp.war file that lets you upload data to the server.
      I save these uploaded files in the mywebapp/upload folder on the server.

      So far so good.

      Now, I want to access these uploaded files from my web browser, for example by creating a web context that makes them accessible from my browser.
      In Tomcat I do it this way:
      http://localhost/manager/install?path=/myuploadfolder
      war=file:/var/tomcat4/webapps/myuploadfolder

      Is there any way I can do something similar in JBoss?