----------------------------------------------------------------
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:
> 
> Thanks for the reply. The access_log does not show a hit for this servlet
> but does for everything else, what I don't understand it that when I step
> through the actionPerformed method (previously posted) where I do the call,
> I can step through all the way down and see that it is calling the
> openConnection in the servlet and I can tell from a netstat on my linux box
> that connections are being established, and then of course I don't see the
> hit in the access_log.
> 
> When I did your example about /index.html instead of /servlet after I opened
> the applet... I got my index file fine and it logged it.
> 
try a simple IsItWorking servlet invocation and see the result.


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