Activity
From 03/11/2002 to 04/09/2002
04/09/2002
- 01:12 PM Bug #466 (Resolved): Create a JUnit class for Metacat action
- We need a JUnit class for testing the action of metacat. These actions insert,
update, delete, with valid, invalid,... - 09:08 AM Revision 992 (metacat): updated build file. fixed the dist target so it doesn't copy the build directory into the distro.
- 08:31 AM Revision 991 (metacat): fixed auth bug
04/08/2002
- 02:23 PM Revision 990 (metacat): Adding a note for user. The user should make a directory under 'webapps/context/'.
- The user should have write permission for this directory.
- 02:21 PM Bug #465 (Resolved): Data diretory
- Now if the Metacat doesn't have permssion, it could not create the data
direcotry automaticly. Uer should create th... - 11:36 AM Revision 989 (metacat): updated for 1.1.0
- 11:12 AM Revision 988 (metacat): Update the install instruction.
- 10:39 AM Revision 987 (metacat): changed version number from 1.1 to 1.1.0
- 10:38 AM Revision 986 (metacat): changed version number from 1.1 to 1.1.0
- 10:21 AM Revision 985 (metacat): fixed some things for release 1.1
- 10:18 AM Revision 984 (metacat): fixed some things for release 1.1
- 09:55 AM Revision 983 (metacat): Change description for access control in readme file from "aplly" to "not aplly".
- 09:42 AM Revision 982 (metacat): changed some minor points in the readme.
- 09:28 AM Revision 981 (metacat): Update README for 1.1 release.
04/05/2002
- 04:54 PM Bug #457 (Resolved): Bug in replciation
- When I went to epsilon and dev.nceas.ucsb.edu/tao/replControl.html (I tried
both http and https )
It can update ... - 04:16 PM Bug #272: install production root LDAP server
- The root ldap server works fine. This bug need not have been reopened. The
referral to the lter server has been chan... - 03:47 PM Bug #160: need resource restriction capability
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #137: need admin client for managing SRB systems
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #152: Port SRB1_1_8 changes to Linux x86
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #35: SRB RMI server doesn't authenticate after first connection
- Consolidating products to those we actually are maintaining.
04/04/2002
04/03/2002
- 10:42 AM Bug #452: Configure ssl in dev and ecoinfo
- 6.b Put the public of Apache into default keystore of Java:
If Metacat cmmiunicate to Apache server by https, for exa...
04/02/2002
- 09:17 PM Bug #452: Configure ssl in dev and ecoinfo
- 1. Enable Apache over ssl:
In /etc/httpd/conf/httpd.cof file, comment every <ifdef have_ssl>
2. Restart Apache:
/et... - 11:00 AM Bug #452 (Resolved): Configure ssl in dev and ecoinfo
- We already configured ssl in local machine (Tomcat standalone). Now we need to
configure dev and ecoinfo. But in th... - 10:57 AM Bug #449: Enable ssl for metacat and morpho
- Tomcat standalone was successfully configured to support ssl. But in the dev
and ecoinfo, apache is web server. Ther... - 10:43 AM Bug #449: Enable ssl for metacat and morpho
- When we create the keys by keytool. If it is selfsinged, we should put the
first name and last name as server's name...
04/01/2002
- 02:56 PM Bug #449: Enable ssl for metacat and morpho
- I aked Colby to copy the tomcat file to /etc/rc.d/init.d directory in ecoinfo.
03/29/2002
- 07:57 PM Bug #404: Create "CNAMEs" for LTER metcat and ldap
- Check your name server setting - Space has not been updating DNS properly. It's
on the list.
James - 01:15 PM Bug #404: Create "CNAMEs" for LTER metcat and ldap
- I tried pinging metacat.lternet.edu, knb-ldap.lternet.edu and ldap.lternet.edu and got the
following:
Z:\>ping meta... - 06:35 PM Revision 979 (metacat): Change every "http://@server@ to "@systemidserver@". It will look like:
- INSERT INTO xml_catalog (entry_type, public_id, system_id)
VALUES ('DTD', '-//ecoinformatics.org//eml-software-@eml... - 06:34 PM Revision 978 (metacat): Change every "http://@server@" in target to "@systemidserver@". It will look
- like that:
<target
publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/resultset.xsl</target> - 06:34 PM Revision 977 (metacat): Add a property named systemidserver, its value="http://host.domainname:8080"
- Add a token named systemidserver too.
- 04:50 PM Bug #449: Enable ssl for metacat and morpho
- In my local machine, I cancel the changes in tomcat.sh and got an copy the
file tomcat from /etc/rc.d/init.d in dev.... - 01:44 PM Bug #449: Enable ssl for metacat and morpho
- Great. A note about TOMCAT_OPTS. We should not be editing the tomcat.sh file.
It is not needed. I was able to do ... - 01:38 PM Bug #449: Enable ssl for metacat and morpho
- Here is how we configured Tomcat standalone as both web server and servlet
container.
1. Download and install JSSE
...
03/27/2002
- 10:34 AM Bug #449: Enable ssl for metacat and morpho
- Just now I read a web site:
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html
It is said, if Tom...
03/26/2002
- 01:27 PM Bug #449 (Resolved): Enable ssl for metacat and morpho
- Now communication between Metacat and Morpho uses plain text. In order to
increase security, we want to enable SSL.
03/22/2002
- 02:27 PM Bug #445: getprincipals action not working
- This bug was fixed and now we can get "all users and groups in the
current authentication schema" when a getprincipal... - 02:24 PM Revision 976 (metacat): Method getGourps was revised. Attributes variables were set there. Other wise, when it caught a referral exception and started a thread, this will caused a exception problem. When string array groups were returned by method getGroups in getPrincipals method, we should check if the groups is null or not. Otherwise it will cause a exception problem. This revise is for bug 445.
03/21/2002
- 07:23 PM Bug #238: query performance
- Added myself back as QA contact. It should not have been removed in the first
place. - 05:31 PM Bug #238: query performance
- If user want put '%' in the search value like this way:
SELECT docid,docname,doctype,date_created, date_updated, rev ...
03/20/2002
- 04:27 PM Bug #445 (Resolved): getprincipals action not working
- The getprincipals action, which is supposed to "Get all users and groups in the
current authentication schema" is ap...
03/18/2002
03/15/2002
- 05:12 PM Bug #444: Create a JUnit test framework for MetaCat
- In Metacat, build.xml file was revised. It now has a target named test. Now
user can type "ant test", then will buil... - 05:10 PM Revision 974 (metacat): This is sample JUnit test file for MetacatURL class. In this file, getProtocol, toString and getParam methods are tested.
- 04:58 PM Revision 973 (metacat): This script file can run serials queries and print out the running time.
- 04:56 PM Revision 972 (metacat): In order to test query performance. We need add lots of documents to database. This script file can add couple documents to database by for loop.
- 04:40 PM Revision 971 (metacat): Add a target - test in the file. Now user can type "ant test" to run the test class extends from JUnit.
03/14/2002
- 09:56 AM Bug #444 (Resolved): Create a JUnit test framework for MetaCat
- JUint is powerful test tool and we need apply it to MetaCat. The first step is
to create a framework for it. The ta...
Also available in: Atom