JBoss.orgCommunity Documentation

Chapter 7. Running the Application

Everything is now ready for running our application by using the JBoss engine. For controlling JBoss server there is Servers view:

Servers view

Figure 7.1. Servers view


  • Start up JBoss by clicking on the icon in Servers view. (If JBoss is already running, stop it by clicking on the red icon and then start it again. Remember, the JSF run-time requires restarting the servlet engine when any changes have been made.) After the messages in the Console tabbed view stop scrolling, JBoss is available

  • Click the Run icon() or right click your project folder and select Run AsRun on Server:

This is the equivalent of launching the browser and typing http://localhost:8080/jsfHello/index.jsp into your browser. Our JSF application should now appear.

JSF Application in Firefox 4.0

Figure 7.2. JSF Application in Firefox 4.0