[Prev][Next][Index][Thread]

Re: Using JAVA applets from cl-http



Mark,

Make sure you are exporting the Java file.  See the documentation for
export-url.
You can check for a translations keyword on interned URL object for the
Java applet.

Make sure you are exporting a form response function to handle the http post
that your applet is trying to do.  If there is no response function to
handle your
post, then you're going to get a 404 error returned by the server.

Otherwise, it would be helpful to know what version of cl-http you are
running, what
OS verison and hardware platform, what TCP implementation, and what browser
version.

Turn on (http:debug-server) and trace read-headers to see the incoming
connection
from the applet on CL-HTTP. Use the lisp debugging tools to see what is
going when
the connection comes in.

If there are any debugging tools for your Java development environment, you
might
want to try them on the other end too.

Regards, John