Skip to content

Commit

Permalink
Include deployment timeout instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conner committed Jul 2, 2012
1 parent 8bad5fa commit e13954b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -46,6 +46,9 @@ Configuring REST Server
If you are using the default h2 ExampleDS then make sure that you enable MVCC as follows
<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;MVCC=TRUE</connection-url>

You may also have to increase the deployment timeout on the deployment scanner, in order to give the consoles time to deploy. This can be done by locating the 'deployment-scanner' element and specifying the timeout as follows
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" deployment-timeout="180"/>

Initialising Guvnor Repository
------------------------------

Expand Down

0 comments on commit e13954b

Please sign in to comment.