"Turner, John" wrote:
> 
> Please be more specific.
> 
> What does "log on" mean?  Users don't "log on" to Tomcat.  Tomcat is a
> service.

Well, its not easy to explain .
I use j2sdk1.4/Apache/Tomcat/Oracle.
Typically a user surfs into the site, clicks on a link and starts an
Applet.
Applet would call a servlet , which in turn will query the database.
The result (including gif or tif images, some around 40+kBytes ) is
serialized and then delivered back to the browser screen.
Multiple users can do this at the same time.
As of the last 24 hours, I found only one user at a time can start the
servlet from the Applet.
I can see the client-side warnings on the JAVACOnsole. 
Error messages I have put into the applet shows that a second and
subsequent requests are "wating..." for something... ????
I have deliberately chosen to starve this Tomcat server to see what
happens, it has only got 128MBytes sdram and a 1G Celeron. Oddly enough
, for a few users , it has performed okay sofar. Now it serves only one
client at a time.

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to