Showing posts with label jboss. Show all posts
Showing posts with label jboss. Show all posts

Monday, June 11, 2012

Best practices for configuring Apache / Tomcat


We are currently using Apache 2.2.3 and Tomcat 5 (Embedded in JBoss 4.2.2) using mod_proxy_jk as the connector.

Monday, May 7, 2012

Improving JBoss 5 slow startup


We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6). The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes.

Tuesday, February 28, 2012

Challenges starting jboss v7.1.0 - thunder


My goal is to migrate my application which is running on jboss v4 to jboss v7.1, my application is completely based on EJB2.0 and so as starting point, I wanted to install jboss v7.1 and get it up and running.

Tuesday, February 21, 2012

JBOSS 7.1.0 error - Unable to find a public constructor for class org.jboss.resteasy.core.AsynchronousDispatcher


I am trying to migrate my spring MVC based REST application to Jboss 7.1.0. At startup, the Jboss initialisation shows that everything was started up correctly with all war files deployed successfully.

Tuesday, February 14, 2012

JBoss/Java and SSL


Hi I'm a bit lost and hope you'll get me out of here. I'll try to be as clear as possible since I don't really understand/know how I should use certificates.