diff website/build-maven.md @ 5:ee158994651f

updating to markdown
author casties
date Thu, 29 Aug 2013 09:47:38 +0200
parents 7ad66b7151e0
children
line wrap: on
line diff
--- a/website/build-maven.md	Tue Aug 27 18:46:41 2013 +0200
+++ b/website/build-maven.md	Thu Aug 29 09:47:38 2013 +0200
@@ -66,13 +66,13 @@
 
 ## Deploying the web application by hand
 
-To deploy digilib just copy the web application directory into the `webapp`
+To deploy digilib just copy the web application directory or the WAR file into the `webapp`
 directory of the Servlet container.
 
 Since the URL of your digilib server starts with the name of the web application
 and the name of the web application is derived from the name of the web
-application directory **please rename the web application directory to `digitallibrary` 
-before you start**
+application directory or the WAR file **please rename the web application directory or WAR file 
+to `digitallibrary` before you start**
 
 Then you should see your digilib running at the URL 
 [http://localhost:8080/digitallibrary/jquery/digilib.html](http://localhost:8080/digitallibrary/jquery/digilib.html)
@@ -81,7 +81,7 @@
 
 To change the configuration of digilib just edit the file `digilib-config.xml`
 in the web application directory (`digitallibrary/WEB-INF/digilib-config.xml`).
-Documentation of the configuration options is [here](digilib-config.html).
+Documentation of the configuration options is [here](digilib-config.md).
 
 You can see a summary of your running digilib configuration at the URL 
 [http://localhost:8080/digitallibrary/server/dlConfig.jsp](http://localhost:8080/digitallibrary/server/dlConfig.jsp)