Skip to content

Commit

Permalink
fix whitespace and bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 15, 2011
1 parent c6499fc commit 30a20b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions booking/readme.md
Expand Up @@ -43,14 +43,14 @@ The simplest way to run the application on GlassFish is to:

If you are not using NetBeans, you can start GlassFish and JavaDB using these commands:

$GLASSFISH_HOME/bin/asadmin start-database
$GLASSFISH_HOME/bin/asadmin start-domain domain1
$GLASSFISH_HOME/bin/asadmin start-database
$GLASSFISH_HOME/bin/asadmin start-domain domain1

Then you can package the project (mvn package) and deploy the WAR using the admin console.
Alternatively, you can deploy the application using asadmin:

mvn package
$GLASSFISH_HOME/bin/asadmin deploy target/seam-booking.war
mvn package
$GLASSFISH_HOME/bin/asadmin deploy target/seam-booking.war

### A note about JavaDB

Expand All @@ -74,9 +74,9 @@ Services (View) > Services (Node) > GlassFish (Entry) > Properties (Context menu

Create a database connection to the following database

URL: jdbc:derby://localhost:1527/sun-appserv-samples
Username: APP
Password: APP
* URL: jdbc:derby://localhost:1527/sun-appserv-samples
* Username: APP
* Password: APP

## Installing Hibernate 3.5 (JPA 2) on GlassFish 3

Expand Down

0 comments on commit 30a20b6

Please sign in to comment.