Changeset 1298:fe04d3c3feca
- Timestamp:
- 06/24/10 15:18:38 (3 years ago)
- Author:
- Jean-Guilhem Rouel <jean-gui@…>
- Branch:
- default
- Message:
-
test
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1297
|
r1298
|
|
| 1 | | How to compile and deploy Unicorn: |
| | 1 | How to compile and deploy Unicorn: |
| 2 | 2 | 1. The first thing you have to do in order to make Unicorn work is to add a unicorn.home parameter to your JVM parameters, pointing to the unicorn root directory. |
| 3 | 3 | example: -Dunicorn.home=/var/lib/tomcat6/webapps/unicorn/ or -Dunicorn.home=/C:/Program%20Files/Tomcat/webapps/unicorn/ (read your servlet engine documentation to know how to add this parameter) |