1 Reply Latest reply on Nov 7, 2003 9:48 AM by u268

    same as Context path in Tomcat

    venub2b

      hi

      i can specify context path in tomcats server.xml like below


      and i can refer to that dir directly by specifying "myroot" anywhere i want it.

      how do you do the same by using jboss

      My actula problem is like my application can crate dirs dynamically.if i create them in my context path i can use my context path and i can refer directly.

      But i want to create in some other directry like c:\uploadfiles and i want to refer this address in my clients JSP.

      How do i do it??

      thanks in advance