Configuring your application – Apple Mac OS X Server v10.3 User Manual
Page 13

3.
In the configuration pane, click Settings. From Configuration Name pop-up menu, choose the
appropriate configuration.
4.
Click the Start Service toolbar button. After a few seconds the application server should be running.
You can confirm that JBoss is running by accessing
http://localhost:8080
in your web browser.
You should see a webpage titled Welcome to JBoss/Tomcat.
You can also start JBoss in Terminal with the following command:
$ /Library/JBoss/3.2/bin/run.sh -c deploy-standalone
To get detailed information on JBoss activities, use the
develop
configuration. This is useful when
you need to make sure JBoss notices when you deploy or undeploy a module, or when you need to
determine whether exceptions are thrown as JBoss starts a deployed application. The
develop
configuration produces a detailed log of JBoss activities. It is more useful when you launch the
application server from the command line because you see the results of actions immediately in the
Terminal window from which you launch the application server.
Configuring Your Application
The following sections teach you how to start the deployment tool and configure your application.
Configuring Your Application
13
2005-08-11 | © 2003, 2005 Apple Computer, Inc. All Rights Reserved.
C H A P T E R 2
Configuring Applications