> I compared two servlets' source code compiled from JSPs,
> at the beginning of  one jsp I add page directive:
> <[EMAIL PROTECTED] isThreadSafe="false" %>
> and  the other, <[EMAIL PROTECTED] isThreadSafe="true" %>.
> 
> But the two servlet are the same , I had thought the first
> servlet will implement interface SingleThreadModel, but it
> didn't. Could anyone give me a hint?

This must be a bug in Lomboz.

I verified this works as expected in Tomcat 5, i.e.,
specifying <[EMAIL PROTECTED] isThreadSafe="false" %> will
cause the generated servlet to implement
SingleThreadModel.

Jan


> BTW, jsp compiler (Lomboz) says SingleThreadModel
> is deprecated.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to