Changeset 1298:fe04d3c3feca

Show
Ignore:
Timestamp:
06/24/10 15:18:38 (3 years ago)
Author:
Jean-Guilhem Rouel <jean-gui@…>
Branch:
default
Message:

test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r1297 r1298  
    1 How to compile and deploy Unicorn:  
     1How to compile and deploy Unicorn: 
    22        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. 
    33                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)