Skip to content

Commit

Permalink
added details on how to run hawtio builds inside jetty 8.x / 9.x usin…
Browse files Browse the repository at this point in the history
…g the symlink trick
  • Loading branch information
jstrachan committed Apr 18, 2013
1 parent 9155f61 commit ab3cfa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILDING.md
Expand Up @@ -87,6 +87,13 @@ Then in a shell run

Now just run Tomcat as normal. You should have full LiveReload support and should not have to stop/start Tomcat or recreate the WAR etc!

#### Using your build from inside Jetty

For jetty you need to name the symlink directory **hawtio.war** for [Jetty to recognise it](http://www.eclipse.org/jetty/documentation/current/automatic-webapp-deployment.html).

Another thing is for symlinks jetty uses the real directory name rather than the symlink name for the context path.

So to open the application in Jetty open [http://localhost:8080/hawtio-web-1.1-SNAPSHOT/](http://localhost:8080/hawtio-web-1.1-SNAPSHOT/)


### Incremental Compile with TypeScript
Expand Down

0 comments on commit ab3cfa9

Please sign in to comment.