Forum OpenACS Q&A: Re: chat module for OpenACS 4.5

Collapse
Posted by David Kuczek on
Hey Jonathan,

I just installed NFC and I could get the awt-client running with Tomcat and standalone. I didn't manage to work out your thin java client. I therefore have couple questions...

#1 Do you use httptunneling? If yes: how did you set it up?

#2 Do you use Tomcat? If yes: How can I use nfc.tcl with Tomcat, as I had to copy the client code to ~/webapps

#3 the procedures ad_group_id and replace are not part of oacs 3.2.5 but are being used by your code

#4 db_1row in ncf.tcl is not part of oacs 3.2.5

#5 the applet tag in nfc.tcl should have "archive=chatclient_cb.jar" instead of "archive=Client-nopackage"?!

#6 Is "code=Client.class" correct in nfc.tcl?

#7 Whenever I want to open your applet through nfc.tcl I get the following error: Exception: java.lang.ClassFormatError: Client(Bad magic Number)

Thanks