1 Reply Latest reply on Jan 11, 2005 5:01 AM by fabius

    help - application.xml

    fabius

      Hi,

      is possible in application.xml
      define same <web-uri> on different <context-root> ?
      E.g.:


      <display-name>Test application</display-name>
      a data application

      application-test.jar



      <web-uri>application.war</web-uri>
      <context-root>/testa</context-root>




      <web-uri>application.war</web-uri>
      <context-root>/testb</context-root>




      In this case /testb is not find.
      Why?

      Thanks for any suggestion.

        • 1. Re: help - application.xml
          fabius

          Hi,

          is possible:



          <web-uri>application.war</web-uri>
          <context-root>/test*</context-root>



          with
          <context-root>/test*</context-root>
          for more url init by >/test?

          thanks.
          fabio