Skip to content

Commit

Permalink
Fix download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Apr 20, 2015
1 parent d148c7d commit 124178d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By default it will try to use `Growl` for Windows, OSX and `notify-send` for `Li

### Installation

- Get [tomcat-notifier](http://search.maven.org/remotecontent?filepath=fr/jcgay/servernotifier/0.1/tomcat-notifier-0.1-shaded.jar) and copy it in `$CATALINA_HOME/lib`
- Get [tomcat-notifier](http://search.maven.org/remotecontent?filepath=fr/jcgay/server-notifier/tomcat-notifier/0.1/tomcat-notifier-0.1-shaded.jar) and copy it in `$CATALINA_HOME/lib`
- Configure a new [listener](https://tomcat.apache.org/tomcat-7.0-doc/config/listeners.html) in `$CATALINA_HOME/conf/Catalina/[host]/[application].xml` (ie `context.xml`) or in `$CATALINA_HOME/conf/server.xml` depending if you want a notification for just a webapp or for the server globally

```
Expand Down Expand Up @@ -60,7 +60,7 @@ with `context.xml` minimal configuration:

### Installation

- Get [jetty-notifier](http://search.maven.org/remotecontent?filepath=fr/jcgay/servernotifier/0.1/jetty-notifier-0.1-shaded.jar) and copty it in `$JETTY_HOME/lib/ext`
- Get [jetty-notifier](http://search.maven.org/remotecontent?filepath=fr/jcgay/server-notifier/jetty-notifier/0.1/jetty-notifier-0.1-shaded.jar) and copty it in `$JETTY_HOME/lib/ext`
- Configure a new listener in `$JETTY_HOME/etc/jetty.xml`

```
Expand Down Expand Up @@ -118,4 +118,4 @@ with `jetty.xml` minimal configuration:

# Build status
[![Build Status](https://travis-ci.org/jcgay/server-notifier.svg?branch=master)](https://travis-ci.org/jcgay/server-notifier)
[![Coverage Status](https://coveralls.io/repos/jcgay/server-notifier/badge.svg?branch=master)](https://coveralls.io/r/jcgay/server-notifier?branch=master)
[![Coverage Status](https://coveralls.io/repos/jcgay/server-notifier/badge.svg?branch=master)](https://coveralls.io/r/jcgay/server-notifier?branch=master)

0 comments on commit 124178d

Please sign in to comment.