Ron Sigler wrote:
> I'm having a couple of problems.
>
> The first is a servlet question: I have an application which isn't working
> correctly. Should I look in my toGet() or doPost() processing?
depends. At first take a look into the HTML code that invokes your servlet.
If it is invoked with a <href ..> Tag, then the doGet-method is called.
when invoked from a <form..> Tag, it depends on the value of the method
attribute: either GET or POST. If the method attribute is missing GET is
assumed.
When invoked from directly from the browsers location entry, also the doGet
method is called.
> And finally ---------------- How many servlets does it take to make a
> server?
>= 1
-Henning
begin:vcard
n:Brune;Henning
tel;fax:+49 (0)5 21/1 06-64 40
tel;work:+49 (0)5 21/1 06-29 48
x-mozilla-html:FALSE
org:Universitaet Bielefeld;Technische Fakultaet, AG TI
adr:;;Postfach 100131;Bielefeld;NRW;33501;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Inform.
fn:Henning Brune
end:vcard
S/MIME Cryptographic Signature