[Klone-users] Building several web pages with html extension
thomas fossati
tho at koanlogic.com
Tue Sep 30 15:28:13 EDT 2008
Hi,
On Sep 30, 2008, at 8:35 PM, smlabs wrote:
> 1. CSS: following the thread http://koanlogic.com/pipermail/klone-users/2008-April/000308.html
> I added the row
> dir_alias /css /mnt/flash/root
> in klone.conf
> in fact I have my csss in /mnt/flash/root
> I have also added the followinf row in the make file
> KLONE_CONF_ARGS += --enable_sup_fs
s/klone.conf/kloned.conf right ? Have you been able to make it work
or not ?
> 2. port 80. It doesn't work after change the port in klone.conf ???
Do you have permission to bind port 80 -- i.e. kloned running with
euid=0, or appropriate SELinux policy in place, or LIDS capabilities
set, etc. ?
> 3. Applet java:
> I have a java applet in my web page and klone functions too.
> How may I compile the page to include the java applet?
Put the applet .class file in webapp/www/ and add the usual <applet />
tag to your .kl1 page, e.g.:
<html>
<body>
<applet code="HelloWorld" width="150" height="50"></applet>
<% io_printf(out, "Hello from KLone"); %>
</body>
</html>
ciao, t.
More information about the klone-users
mailing list