You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kris Gonzalez <ji...@softhome.net> on 2001/04/06 06:44:22 UTC

simple way to spawn new threads in jsp?

is there a special mechanism to execute a sequence of tasks on a new
thread in Tomcat or do i have to do it the old fashioned way, creating a
class that spawns a new thread to do those tasks and referencing it in
the jsp?

thanks!