[jboss-user] [Installation, Configuration & DEPLOYMENT] - Switch EJB off in development for faster redeploy?

2009-01-27 Thread bunkenburg
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

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How can I control infinite requests?

2008-02-21 Thread bunkenburg
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

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How set request timeout?

2008-01-24 Thread bunkenburg
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?

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How set request timeout?

2008-01-21 Thread bunkenburg
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