----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Gary Grobe wrote:
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> Apache JServ 1.0
> Apache 1.3.9
> Linux/Redhat 6.0
> (as requested, config and code is attached below)
> 
> 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.
> 
Hi,

100% your applet is buggy.
have a look at Apache acces.log & error.log and you will see the applet
class or jar download, but not the servlet hit (probably not).
If you want to be sure try to open (from the applet) an URL to
/index.html instead of /servlet/myservlet and see what's happening.

Jean-Luc


--
--------------------------------------------------------------
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]

Reply via email to