Revision 1317
Added by Jing Tao about 22 years ago
README | ||
---|---|---|
44 | 44 |
If you are a new Metacat user, this step is unneeded. |
45 | 45 |
|
46 | 46 |
The build.xml file now has a property named datafilepath. It should be set |
47 |
to the location of where you want your data files stored. If you are an |
|
48 |
existing user, this directory should be /<tomcatdir>/webapps/metacat/data |
|
47 |
to the location of where you want your data files stored. The data directory |
|
48 |
needs to be writeable by whatever user is running tomcat. If you are an |
|
49 |
existing user, the data directory is now /<tomcatdir>/webapps/metacat/data |
|
49 | 50 |
where <tomcatdir> is the your tomcat installation directory where |
50 | 51 |
your webapps directory is located and 'metacat' is the name of your servlet |
51 |
instance. |
|
52 |
instance. If you leave your data directory where it currently is, your |
|
53 |
data files are web accessible. If you do not want your data files to be |
|
54 |
web accessible, move the data directory somewhere outside of your |
|
55 |
webapps directory and change the datafilepath property in the |
|
56 |
build.xml file and reinstall metacat. Note that if you have existing data |
|
57 |
files, they need to be moved to the new directory. For more information |
|
58 |
see bug 478. |
|
52 | 59 |
|
53 | 60 |
------------- |
54 | 61 |
New features in 1.2.0: |
Also available in: Unified diff
Change the describtion for data file path.