Discussion:
[drbd-mc] DRBD MC as Java-Applet in browser
DooMRunneR
2011-01-17 12:49:51 UTC
Permalink
Hello,

i have some problems running *DMC-applet-0.8.10.jar *as a java applet.

I just use a simple html part to open DMC as a apllet

<applet code="*DMC-applet-0.8.10.jar*" alt="DRBD Console">
<param name="TestText" value="SELFHTML">
</applet>

But as far as i know a normal java applet is a .class-file and not a .jar, so i get a bunch of class-errors in my java console.

Is it ok that i use the .jar or am i completly wrong?

Regards
Anton




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-mc/attachments/20110117/e82acc3e/attachment.htm>
Rasto Levrinc
2011-01-17 13:05:14 UTC
Permalink
Post by DooMRunneR
Hello,
i have some problems running *DMC-applet-0.8.10.jar *as a java applet.
I just use a simple html part to open DMC as a apllet
<applet code="*DMC-applet-0.8.10.jar*" alt="DRBD Console">
<param name="TestText" value="SELFHTML">
</applet>
But as far as i know a normal java applet is a .class-file and not a
.jar, so i get a bunch of class-errors in my java console.
There's an "archive" parameter for this, but anyway there's now an example
html code on the http:oss.linbit.com/drbd-mc/

Rasto
--
: Dipl-Ing Rastislav Levrinc
: DRBD MC http://oss.linbit.com/drbd-mc/
: DRBD MC http://www.drbd.org/mc/management-console/
: DRBD/HA support and consulting http://www.linbit.com/
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
DooMRunneR
2011-01-17 13:45:48 UTC
Permalink
Post by Rasto Levrinc
There's an "archive" parameter for this, but anyway there's now an example
html code on the http:oss.linbit.com/drbd-mc/
Rasto
Hello,

works perfect, thank you!

is it possible to deactivate the first login/password for the
plugin-downloads?
Rasto Levrinc
2011-01-17 13:53:17 UTC
Permalink
Post by DooMRunneR
Post by Rasto Levrinc
There's an "archive" parameter for this, but anyway there's now an
example html code on the http:oss.linbit.com/drbd-mc/
Rasto
Hello,
works perfect, thank you!
is it possible to deactivate the first login/password for the
plugin-downloads?
This login/password popup is actually not necessary or desired and I will
try to disable it in the next release. One way to disable it at the
moment, is to put there this parameter:

<param name="params" value="--no-plugin-check"/>

Rasto
--
: Dipl-Ing Rastislav Levrinc
: DRBD MC http://oss.linbit.com/drbd-mc/
: DRBD MC http://www.drbd.org/mc/management-console/
: DRBD/HA support and consulting http://www.linbit.com/
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
Loading...