Setup
These are required for the community to function.
These are to do with the certificate authority and MyProxy service, which are experimental. Don't bother setting these in a production community.
Sample DataSource Config for hsqldb
| Data Source Property | Example Value |
| JNDI Name: | jdbc/org.astrogrid.community.database |
| Data Source URL: | jdbc:hsqldb:/data/workarea/community/org.astrogrid.community |
| JDBC Driver Class: | org.hsqldb.jdbcDriver |
| User Name: | sa |
| Password: |
| Engine Type Name | Database Full Name |
| mysql | MySQL |
| db2 | DB/2 |
| generic | Generic JDBC support |
| hsql | Hypersonic SQL (default) |
| informix | Informix |
| instantdb | InstantDB |
| interbase | Interbase |
| oracle | Oracle 7 - Oracle 9i |
| postgresql | PostgreSQL 7.1 |
| sapdb | SAP DB |
| sql-server | Microsoft SQL Server |
| sybase | Sybase 11 |
See the "{context app location}/WEB-INF/classes" directory for configuration files if you need to change the sql used to create tables, or possibly even the JDO mapping. The sql file below is for hsqldb sql syntax which is slightly different than other databases hence it is expected you will need to change the sql file. You should find a "mysql" example file in this directory where by you could copy it over the original "astrogrid-community-database.sql" if you have mysql. There are 3 files.