Changes between Version 2 and Version 3 of DocumentationForDevelopers
- Timestamp:
- 01/09/12 16:58:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocumentationForDevelopers
v2 v3 1 1 * Setting up your local environment 2 * Add the following to the appropriate connector in your tomcat's server.xml: URIEncoding="UTF-8" 3 * Ensure that the Environment Variable "sf_ontologydir" is set and pointing to /path/to/project/ontology/ (in Eclipse: Run Configurations->Your Tomcat->Environment) 4 * If you want to see other user's data in your local installation, change line 51 in EditDatabase.java to "Model myModel = factsDb.model;" 2 5 * Threading model 3 6 * There is just one big lock per user (the user's [source:trunk/skipforward/src/de/opendfki/skipforward/FactsDatabase.java FactsDatabase] instance); it's acquired immediately in [source:trunk/skipforward/src/de/opendfki/skipforward/ui/web de.opendfki.skipforward.ui.web] servlets.