| 1 |
vendetti |
11727 |
|
| 2 |
|
|
Dependencies |
| 3 |
|
|
------------- |
| 4 |
|
|
|
| 5 |
|
|
1). Google Web Toolkit (GWT) |
| 6 |
|
|
URL: http://code.google.com/webtoolkit/ |
| 7 |
vendetti |
13650 |
Version: 1.5.3 |
| 8 |
vendetti |
11727 |
|
| 9 |
|
|
2). GWT-Ext |
| 10 |
|
|
URL: http://code.google.com/p/gwt-ext/ |
| 11 |
vendetti |
13650 |
Version: 2.0.6 |
| 12 |
tredmond |
14548 |
|
| 13 |
|
|
|
| 14 |
|
|
Running |
| 15 |
|
|
------------- |
| 16 |
|
|
|
| 17 |
|
|
Set the CATALINA_HOME and PROTEGE_HOME environment variables and |
| 18 |
|
|
update the local.properties to point to the location of GWT and |
| 19 |
|
|
GWT-Ext. It is also possible to set the cataline.home and |
| 20 |
|
|
protege.home in the loca.properties file. Hosted mode can then be |
| 21 |
|
|
started with |
| 22 |
|
|
|
| 23 |
|
|
ant run.server |
| 24 |
|
|
ant hosted. |
| 25 |
|
|
|
| 26 |
tredmond |
14598 |
Note that os x users must modify the extra.hosted.jvm.arg setting in |
| 27 |
|
|
the local.properties file in order to run the hosted mode. |
| 28 |
tredmond |
14548 |
|
| 29 |
tredmond |
14598 |
Web Protege can also be installed into tomcat by running |
| 30 |
|
|
|
| 31 |
tredmond |
14548 |
ant deploy |
| 32 |
|
|
|
| 33 |
|
|
and then starting tomcat. Note that protege and the various plugins |
| 34 |
|
|
(protege-owl, standard-extensions, chat, rdf, collaborative protege |
| 35 |
|
|
and change-management must be up to date in ${PROTEGE_HOME}. When |
| 36 |
|
|
running from sources this can be arranged very quickly with an ant |
| 37 |
|
|
update command in each of the source trees. |