diff --git a/html/tutorial/tutorial5/SEALSTutorialMatcher.zip b/html/tutorial/tutorial5/SEALSTutorialMatcher.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bab25feb3af48983828e4b10b35fad2a167d79d9
Binary files /dev/null and b/html/tutorial/tutorial5/SEALSTutorialMatcher.zip differ
diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html
index a590612df74204ee1a659cf4c4566eb34e13c113..f6da7a876a876cb3a45670809ef5b8cda5945e6a 100644
--- a/html/tutorial/tutorial5/index.html
+++ b/html/tutorial/tutorial5/index.html
@@ -258,6 +258,12 @@ but than you have to ensure to use the namespace
 way. Take a look at <a href="example.wsdl">this file</a> as an example.</p>
 
 
+<h2>Deploying the web service on a Tomcat</h2>
+
+<p>You might be interested to deploy the matcher webservice at a stable endpoint on a Tomcat application server. We have prepared a minimal matcher as described in the tutorial and some additional files (xml files for deployment, libraries, ant-file) that are required to deploy the service on a Tomcat server. The whole bundle is <a href="SEALSTutorialMatcher.zip">available here for download!</a></p>
+
+<p>Unzip the file and open the readme.txt file. It explains how to generate, deploy and test the webservice. It is required that you have ant installed to use it.</p> 
+
 <hr/>
 <small>
 <div style="text-align: center;">http://alignapi.gforge.inria.fr/tutorial/tutorial5/</div>