1 Reply Latest reply on May 7, 2003 8:30 AM by juhalindfors

    loader-repository prefix meaning

    ben2

      The loader-repository example has this some.dot.com:loader=webtest.ear

      I can logically break this into two parts the prefix 'some.dot.com' and the loader 'loader=webtest.ear'. I cannot tell from any documentation what the meaning of these are.

      What is the meaning of each of these?

      If I have several apps that need there own UCL can I do something like this


      some.dot.com:loader=webtest1.ear
      some.dot.com:loader=webtest2.ear
      some.dot.com:loader=webtest3.ear

      Or does it need to be
      some1.dot.com:loader=webtest1.ear
      some2.dot.com:loader=webtest2.ear
      some3.dot.com:loader=webtest3.ear

      My gut feeling is that either is fine. Does this mean that the prefix is just an organization bit of information?