I am porting an application from Weblogic that uses a dedicated execute
ThreadPool for the handling of a possible slow running and/or deadlock causing
JSP.
The given servlet/JSP was assigned to the ThreadPool in the web.xml:
<web-app>
<servlet-name>MyServletWithaSlowPage</servlet-name>
<jsp-file>/MySlowPage.jsp</jsp-file>
<init-param>
<param-name>wl-dispatch-policy</param-name>
<param-value>DedicatedPool</param-value>
</init-param>
</web-app>
Is there a way to do this in JBoss/Tomcat?
Thanks,
Todd
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955081#3955081
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955081
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user