jboss « Tomcat « JSP-Servlet Q&A





1. Servlet or POJO bringing web application down    stackoverflow.com

Can someone tell how to stop an web application when critical error is met while initializing, for e.g. important property is missing which will affect the whole application, I want to ...

2. Asynchronous Processing in JBoss 6 ("Comet")    stackoverflow.com

edit: Retagged as tomcat/jboss, since this could be a question about the Tomcat embedded inside JBoss 6, rather than JBoss itself I have an extremely simple servlet, which works on Glassfish v3. ...

3. Cause of 'tmpFile.renameTo(classFile) failed' during JSP compilation    stackoverflow.com

Recently, I started to experience strange behaviour in JBOss 4.0.5 JSP application. The JSP compilation fails on first (second, third,..) attempt with exception:

17:24:29,909 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.io.IOException: ...

4. Custom session id generator for Tomcat 7/JBoss7    stackoverflow.com

Folks, My webapp needs URL-safe session ids. Those generated by JBoss 7 (embedded Tomcat 7 inside JBoss) have characters like "+" which cause us some heartache. One of the avenues I am ...

7. jdk1.3.1_20 + jboss-3.2.1_tomcat-4.1.24    coderanch.com

JavaRanch Java Forums Java EJB and Other Java EE Technologies Author jdk1.3.1_20 + jboss-3.2.1_tomcat-4.1.24 Myoungkyu Song Greenhorn Joined: Mar 17, 2009 Posts: 1 posted Mar 17, 2009 21:12:42 0 I need your helps. I tried to run some application, but I met the following errors. * jdk version : jdk1.3.1_20 (to test, I downgraded jdk version.) * EJB-Web ...

9. tomcat integrates with jboss    coderanch.com