[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster] Applet configuration problems (simple question)



Hi to all,

 

            In all applet examples I used the directory structure that comes with the standard distribution. However I now need to place my class files in a different directory. I tried to use the tag CODEBASE to specify the new location, but this is not working. For example, in the HelloWorld3, if I use:

 

<html>

   <head>

   </head>

   <body>

      <h2>Hello World 3 Applet</h2>

      <applet code="http.applet.HelloWorld3.class" CODEBASE="" ß-------( the new directory)

           width="700" height="200"

           name="XmlBlasterAccess"

           archive="appletDemo.jar,xmlBlasterAppletLib.jar"

           MAYSCRIPT>

         <param name="deliveredParamKeys" value="protocol,dispatch/connection/plugin/socket/hostname" />

         <param name="protocol" value="SOCKET" />

         <param name="dispatch/connection/plugin/socket/hostname" value="localhost" />

         <param name="xmlBlaster/logLevels" value="ERROR,WARN,INFO" />

      </applet>

   </body>

</html>

 

But this is not working.

 

I think this is a trivial question so if someone could help me it would be great.

 

Best regards to all,

Eduardo Catarino