Discussion:
[drbd-mc] Possible to use DRBD-MC as java applet?
Caspar Smit
2011-01-14 15:22:22 UTC
Permalink
Hi,

Is it possible to run the DRBD-MC as a java applet?

I use a webgui for most of my administrative tasks, and the drbd-mc
would fit perfectly inside this webgui.

Any ideas?

Met vriendelijke groet,

Caspar Smit
Systemengineer
True Bit Resources B.V.
Amp?restraat 13E
1446 TP? Purmerend

T: +31(0)299 410 475
F: +31(0)299 410 476
@: c.smit at truebit.nl
W: www.truebit.nl
Rasto Levrinc
2011-01-17 10:51:55 UTC
Permalink
Post by Caspar Smit
Hi,
Is it possible to run the DRBD-MC as a java applet?
Yes, it is possible. It requires small changes in build.xml file. Anyway
I've compiled it and now there is jar file with an applet here:
http://oss.linbit.com/drbd-mc/

You may need something like that on the page:

<applet archive="DMC-applet-0.8.10.jar"
code="drbd.DrbdMCApplet"
name=DrbdMCApplet
height="100%"
width="100%"
vspace=0
hspace=0>
<!-- <param name="params" value="--ro"/> -->
</applet>

Rasto
Post by Caspar Smit
I use a webgui for most of my administrative tasks, and the drbd-mc
would fit perfectly inside this webgui.
Any ideas?
--
: Dipl-Ing Rastislav Levrinc
: DRBD MC http://oss.linbit.com/drbd-mc/
Caspar Smit
2011-01-17 13:15:57 UTC
Permalink
Works like a charm!!

Thanks Rasto.

Kind regards,

Caspar Smit
Post by Rasto Levrinc
Post by Caspar Smit
Hi,
Is it possible to run the DRBD-MC as a java applet?
Yes, it is possible. It requires small changes in build.xml file. Anyway
http://oss.linbit.com/drbd-mc/
<applet archive="DMC-applet-0.8.10.jar"
? ? ? ?code="drbd.DrbdMCApplet"
? ? ? ?name=DrbdMCApplet
? ? ? ?height="100%"
? ? ? ?width="100%"
? ? ? ?vspace=0
? ? ? ?hspace=0>
<!-- ? ?<param name="params" value="--ro"/> ?-->
</applet>
Rasto
Post by Caspar Smit
I use a webgui for most of my administrative tasks, and the drbd-mc
would fit perfectly inside this webgui.
Any ideas?
--
: Dipl-Ing Rastislav Levrinc
: DRBD MC http://oss.linbit.com/drbd-mc/
_______________________________________________
drbd-mc mailing list
drbd-mc at lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-mc
Loading...