Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
JBSEAM-5062 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavDedik committed Jan 3, 2013
1 parent b117926 commit af8c0db
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/booking/readme.txt
Expand Up @@ -17,3 +17,15 @@ To deploy the example to JBossAS, follow these steps:

* Open this URL in a web browser: http://localhost:8080/seam-booking

Or to deploy it using Ant:

* In the example root directory run:

ant clean package

* Copy seam-booking.ear from directory booking-ear/target to the
deployment directory of JBossAS ($JBOSS_HOME/standalone/deployments
by default)

* Open this URL in a web browser: http://localhost:8080/seam-booking

11 changes: 11 additions & 0 deletions examples/dvdstore/readme.txt
Expand Up @@ -19,3 +19,14 @@ To deploy the example, follow these steps:

* Open this URL in a web browser: http://localhost:8080/seam-dvdstore

Or to deploy it using Ant:

* In the example root directory run:

ant clean package

* Copy seam-booking.ear from directory booking-ear/target to the
deployment directory of JBossAS ($JBOSS_HOME/standalone/deployments
by default)

* Open this URL in a web browser: http://localhost:8080/seam-booking
11 changes: 11 additions & 0 deletions examples/seamspace/readme.txt
Expand Up @@ -17,3 +17,14 @@ To deploy the example to JBoss AS, follow these steps:

* Open this URL in a web browser: http://localhost:8080/seam-seamspace

Or to deploy it using Ant:

* In the example root directory run:

ant clean package

* Copy seam-booking.ear from directory booking-ear/target to the
deployment directory of JBossAS ($JBOSS_HOME/standalone/deployments
by default)

* Open this URL in a web browser: http://localhost:8080/seam-booking

0 comments on commit af8c0db

Please sign in to comment.