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

updating to markdown
author casties
date Thu, 29 Aug 2013 09:47:38 +0200
parents 7ad66b7151e0
children
comparison
equal deleted inserted replaced
4:7ad66b7151e0 5:ee158994651f
64 If you want to use the old non-Asynchronous Servlet API (2.3) add `-Pservlet2` 64 If you want to use the old non-Asynchronous Servlet API (2.3) add `-Pservlet2`
65 to the Maven command line above. 65 to the Maven command line above.
66 66
67 ## Deploying the web application by hand 67 ## Deploying the web application by hand
68 68
69 To deploy digilib just copy the web application directory into the `webapp` 69 To deploy digilib just copy the web application directory or the WAR file into the `webapp`
70 directory of the Servlet container. 70 directory of the Servlet container.
71 71
72 Since the URL of your digilib server starts with the name of the web application 72 Since the URL of your digilib server starts with the name of the web application
73 and the name of the web application is derived from the name of the web 73 and the name of the web application is derived from the name of the web
74 application directory **please rename the web application directory to `digitallibrary` 74 application directory or the WAR file **please rename the web application directory or WAR file
75 before you start** 75 to `digitallibrary` before you start**
76 76
77 Then you should see your digilib running at the URL 77 Then you should see your digilib running at the URL
78 [http://localhost:8080/digitallibrary/jquery/digilib.html](http://localhost:8080/digitallibrary/jquery/digilib.html) 78 [http://localhost:8080/digitallibrary/jquery/digilib.html](http://localhost:8080/digitallibrary/jquery/digilib.html)
79 79
80 ## Configuring digilib 80 ## Configuring digilib
81 81
82 To change the configuration of digilib just edit the file `digilib-config.xml` 82 To change the configuration of digilib just edit the file `digilib-config.xml`
83 in the web application directory (`digitallibrary/WEB-INF/digilib-config.xml`). 83 in the web application directory (`digitallibrary/WEB-INF/digilib-config.xml`).
84 Documentation of the configuration options is [here](digilib-config.html). 84 Documentation of the configuration options is [here](digilib-config.md).
85 85
86 You can see a summary of your running digilib configuration at the URL 86 You can see a summary of your running digilib configuration at the URL
87 [http://localhost:8080/digitallibrary/server/dlConfig.jsp](http://localhost:8080/digitallibrary/server/dlConfig.jsp) 87 [http://localhost:8080/digitallibrary/server/dlConfig.jsp](http://localhost:8080/digitallibrary/server/dlConfig.jsp)
88 88