For a java web application project we have identified tomcat7 as web server and jboss (version 7.1) as the application server. For development environment, both will run in the same machine. My question is what are the configuration which needs to be done for such a setup?
The web application uses JSF with prime faces at the presentation layer and spring for business layer