Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do create a Servlet w/o SingleThreadModel?

Status
Not open for further replies.

Ariel30

Programmer
Aug 7, 2001
2
0
0
US
Hi,
Is it possible to create a servlet that DOES NOT implement javax.servlet.SingleThreadModel?
It seems that when I create a servlet and try to
only implement AgiHttpListener and AgiInitDatas
SS will add a line: javax.servlet.SingleThreadModel.

I am using version 3.5. Is there a way around this?
Thanks!
-Ariel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top