|
|
1.1.1. Running the examples on JBoss AS
First, make sure you have Ant correctly installed, with $ANT_HOME and $JAVA_HOME set
correctly. Next, make sure you set the location of your JBoss AS 4.2.0
installation in the build.properties file in the root folder of your Seam installation. If
you haven't already done so, start JBoss AS now by typing bin/run.sh or bin/run.bat in the
root directory of your JBoss installation.
Now, build and deploy the example by typing ant deploy in the examples/registration directory.
Try it out by accessing
http://localhost:8080/seam-registration/ with
your web browser.
|