Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improved jetty docs
  • Loading branch information
jstrachan committed Apr 18, 2013
1 parent 8b5f48f commit 4c03b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILDING.md
Expand Up @@ -91,6 +91,9 @@ Now just run Tomcat as normal. You should have full LiveReload support and shoul

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).

cd jetty-distribution/webapps
ln -s ~/hawtio/hawtio-web/target/hawtio-web-1.1-SNAPSHOT hawtio.war

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/)
Expand Down

0 comments on commit 4c03b42

Please sign in to comment.