2 Replies Latest reply on Apr 19, 2004 12:10 PM by sysuser1

    Wanna change default path of jboss.....

    sysuser1

      I use jboss3.2.1.
      in .....\server\default\deploy, there is a file named test.war.
      So I could use it through http://localhost:8080/test.

      Now I just want input http://localhost:8080 to use it,
      then what could I do??

      Thanks.

        • 1. Re: Wanna change default path of jboss.....
          jae77

          yes, set the context-root attribute in the jboss-web.xml file.

           <context-root>/</context-root>
          


          • 2. Re: Wanna change default path of jboss.....
            sysuser1

            What you mean is that I should add these code you mentioned but not just modify, right??

            I found this file in 3 places,and which is the right file i should modify??
            Actually i did NOT found the code you mentioned at all. Thanks again.

            ...\server\default\deploy\jmx-console.war\WEB-INF

            ...\server\default\deploy\http-invoker.sar\invoker.war\WEB-INF

            ...\server\default\deploy\jms\jbossmq-httpil.sar\jbossmq-httpil.war\WEB-INF