Servlets with multiusers?

I have created a set of servlets which seem to have been working fine

but it has now come to light that each servlet can only be used by 1 person at any one time.

I feel there can be only 3 reasons for this

1. My servlets are coded incorrectly.

2. The server is not set up correctly.

3. Servlets only support 1 user at a time (I am sure this can not be true)

Has anyone seen this before and tell me where my problems lie?

[478 byte] By [simon_orange] at [2007-9-26 4:50:48]
# 1
did u implement SingleThreadModel interface?
psvinayram at 2007-6-29 18:42:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I didnt implement SingleThreadModel but I just found out that this (only 1 user thing)happens with applets tooSo I guess its a server thing?or maybe not?which ever way I'm stuck
simon_orange at 2007-6-29 18:42:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
If more than one user access the servlet then does servlet throws any exception? which app server ur using?
psvinayram at 2007-6-29 18:42:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
sorry panic overit seems as if its all ok now(although I havnt changed anything!!)but thank you anyway psvinayram
simon_orange at 2007-6-29 18:42:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...