Revision 990
Added by Jing Tao over 22 years ago
metacatinstall.html | ||
---|---|---|
234 | 234 |
</li> |
235 | 235 |
<li> |
236 | 236 |
Server is the http address on which Metacat is running (note that you should |
237 |
not include the 'http://' in the server property. |
|
237 |
not include the 'http://' in the server property).
|
|
238 | 238 |
</li> |
239 | 239 |
</li> |
240 | 240 |
<li> |
... | ... | |
378 | 378 |
easily by running "ant dtdsql" which registers the DTDs with the |
379 | 379 |
metacat server. Your database username and password have to be set correctly |
380 | 380 |
for this to work. |
381 |
</p> |
|
381 | 382 |
<p> |
383 |
Note: You should create a directory named "data" under 'webapps/contex/'. This |
|
384 |
directory is for storing data file. You should change its mode and let user |
|
385 |
have write permission to the data directory. |
|
386 |
<p> |
|
382 | 387 |
Once you have successfully installed Metacat, there is one more step. Tomcat |
383 | 388 |
(and Apache if you have Tomcat integrated with it) must be restarted. To do |
384 | 389 |
this, login as the user that runs your tomcat server (ofter "tomcat"), |
Also available in: Unified diff
Adding a note for user. The user should make a directory under 'webapps/context/'.
The user should have write permission for this directory.