From: <php...@li...> - 2006-07-12 15:54:06
|
Hi Andreas, > java_require("imda.jar;o4glrt.jar"); do you have the o4gl server running on the same computer? According to their documentation the "Basic o4glrt.jar" is only for "Intranet network configurations", whatever that means. > Could not connect to the AppServer: General Error: > Cannot find the support library for the > http protocol (9989). (7203) If I understand their documentation correctly, the HTTP protocol adapter is in the o4glrth.jar: AppServerDC Basic (o4glrt.jar)1 HTTP HTTP (o4glrth.jar) HTTPS HTTPS Lite (o4glrthsl.jar) HTTPS HTTPS Standard (o4glrths.jar) If the server indeed runs on the same machine, o4glrt.jar should work, if TCP connections work. If I remember correctly some JDK1.4 versions have problems, at least on RedHat Linux, where JDK1.4 incorrectly tries to use IPV6 instead of IP4. An strace -p <java-process-id> should reveil this problem. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |