0 Replies Latest reply on Dec 19, 2004 8:33 PM by christinaku

    creating multiple virtual directories under jboss

    christinaku

      Hi there,

      i am trying to create 2 virtual directories under jboss... i found that you need to modify C:\jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\META-INF\jboss-service.xml

      and put in a code like this :







      <!-- Default context parameters -->


      <!-- Add a static context /Storage using directory /tmp/images -->








      so iu was wondering can i add another line like this:
      <!-- Add a static context /Storage using directory /tmp/images -->


      to add another virtual dir that i need?

      thanks =)