The value specified in server.xml is the total number of threads available to service any client requests and does not discriminate between different servlets. You can however limit the number of available threads for a given ejb, so you could delegate the request to the crystal report server to an ejb. The pool size can then be specified in standardjboss.xml.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132424#4132424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132424 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
