Hello,
We are using EJBs, only Stateless Session Beans that are identified as such be
annotation @javax.ejb.Stateless. It is an exploded .jar without ejb-jar.xml
file.
In development, every change to the classes provokes a redeploy of the EJBs.
My question is, can I switch off EJB?
All client
What happens if the programmer writes an infinite request?
What if we have a servlet that may take a very long or infinite time to
complete? Does that mean that every time some one sends a request to that
servlet, one of the threads goes away to execute the servlet and never comes
back? Is the
Thank you very much. I had also found those parameters, which limit the
connection between the client and Apache. But they do not stop the execution
within JBoss I assume.
In fact, is there any way JBoss can stop execution of a timed-out request? What
if I program an infinite loop in a servlet?
Hello people
I am wondering how to set the request timeout for servlets in
Apache+mod_jk+JBoss4.2.2.
We are using Apache (prefork) 2.2 with mod_jk 1.2.25 on RedHat5, with JBoss
4.2.2. Sometimes our servlets take a long time in replying. I would like to
configure a timeout. If a servlet takes