1 Reply Latest reply on May 17, 2006 3:56 PM by wauwau0977

    JBoss 3.2.3 and Root Directory

    gorkinson

      Hi,

      i have Jboss 3.2.3 and i dont know what is the Root directory.

      When a user access to http://MyIP:8080/index.html , where i have to put the index.html file ???


      In 3.2.6 version, i put it in \jboss-3.2.6\server\default\deploy\jbossweb-tomcat50.sar\ROOT.war , but the version 3.2.3 doesnt have it ...


      Thank you for your help.

      (Por cierto... hablo también hablo español)

        • 1. Re: JBoss 3.2.3 and Root Directory
          wauwau0977

          hi

          try to create a standard EAR containing your web apps as a WAR. in the application.xml of the EAR define the context root to be root. have a look at the relevant part of the application.xml as example:

          <module>
           <web>
           <web-uri>OpenPainting.war</web-uri>
           <context-root>/</context-root>
           </web>
          </module>


          probably it could be easier, but that's the J2EE approach :-)

          regards,
          patrick

          --
          patrick heusser
          http://www.x8ing.com/