Revision 3207
Added by berkley over 17 years ago
INSTALL | ||
---|---|---|
19 | 19 |
Edit the file with the correct url to your metacat servlet (line 6 in the code). |
20 | 20 |
Make sure the moduleRelativeURL exactly matches the url that will be browsed |
21 | 21 |
to! I.E. Don't use "localhost" if you intend to browse to an actual machine |
22 |
name. This confuses the RPC and will cause problems. |
|
22 |
name. This confuses the RPC and will cause problems.
|
|
23 | 23 |
|
24 |
3) run 'ant package' (from the ajax dir) and copy the newly created |
|
24 |
3) Copy the lib/gwt-*.jar files to metacat/lib. Note this may cause some |
|
25 |
problems with jsp compilation. |
|
26 |
|
|
27 |
4) run 'ant package' (from the ajax dir) and copy the newly created |
|
25 | 28 |
kepler-web.jar file to metacat/lib/. Make sure you updated the hard coded |
26 | 29 |
servlet paths in the java code before doing this. |
27 | 30 |
|
28 |
4) run 'ant install' from your metacat directory
|
|
31 |
5) run 'ant install' from your metacat directory
|
|
29 | 32 |
|
30 |
5) make sure tomcat restarts
|
|
33 |
6) make sure tomcat restarts
|
|
31 | 34 |
|
32 |
6) run ./KeplerClient-compile and copy the contents of the www directory
|
|
35 |
7) run ./KeplerClient-compile and copy the contents of the www directory
|
|
33 | 36 |
to some web accessible location, then browse to the KeplerClient.html file |
34 | 37 |
and the javascript should run. |
35 | 38 |
|
Also available in: Unified diff
updated installation instructions