----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
At 08:14 PM 2/28/00 -0600, you wrote:
>----------------------------------------------------------------
>
>I've got an applet that makes a URLConnection to a servlet that sits on an
>apache web server using jserv. I then writeObjects() into an
>ObjectOutputStream from my applet. The problem is that the servlet
>(which is almost an exact copy of other servlets that do work) never get's
>executed (never even initialized). I always restart the server after placing
>the servlet in it's proper place and URL's are correct.
Without seeing your code, I imagine there's a lot of codig or config errors
that could cause your problem.
Are you setting content-type in your applet URLConnection to
application/x-java-serialized-object?
- Fernando
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]