2 Replies Latest reply on Sep 14, 2002 4:37 AM by cridam44

    mlet file format and JBOSSMX.10

    cridam44

      Hi all,

      I experiment a problem with the manner JBOSSMX1.0 (last tgz available) read the codebase of the mlet file.
      Here is my sample that perfectly under SUN RI 1.0,1.1 and MX4J1.1.




      My local directory is the following :
      mymletfile
      mletarchive/test.jar

      and i obtain :
      MLET ERROR: malformed codebase URL: 'mletarchive/test.jar'

      As i don't investigate in the source code, does anybody know about this issue?

      Chris.

        • 1. Re: mlet file format and JBOSSMX.10

          The value for the CODEBASE must be a valid URL as per the spec. You are missing the protocol handler for your URL, such as file:, http: etc.

          • 2. Re: mlet file format and JBOSSMX.10
            cridam44

            Hi juha,

            you're right about the specs, however the jboss.conf format relies on its "convenient feature" ....

            This feature only consists on appending the codebase field to the url of the mletfile when the codebase has no protocol.

            My question is quite simple ... how to load jboss.conf with jbossmx ?


            Regards,
            chris.