Sun Java logo     Previous      Contents      Next     

Sun logo
Sun Java System Identity Pack 2005Q4M3 Installation  

A

Index Database Reference

If you plan to use an index database, you may need to copy one or more files to the idm\WEB-INF\lib directory during the installation process. The following table shows the download or installed product location of one or more .jar files you need to copy for your index database type.

Index Database

Download or Product Location

Configuration Notes

DB2 7.x, 8.1, 8.2

Db2/java/db2java.zip

 

—OR—

If you are using Type 4 network driver use this file instead:

db2jcc.jar

If you are using DB2 8.1.2 or higher, you will also need the following files:

db2jcc_license_cisuz.jar

db2jcc_license_cu.jar

  1. Unzip the db2java.zip file.

  2. Note  On Windows systems rename the db2java.zip to db2java.jar.

  3. Copy the appropriate JAR files to the WEB-INF\lib directory.
  4. Start the jdbc driver:
  5. On UNIX systems enter:
    db2jstrt port# (default 6789)
    running under instant owner
  6. On Windows systems start from services

MySQL 4.1

http://dev.mysql.com/downloads/
connector/j/3.0.html

  1. Unpack the connector package.
  2. Copy the mysql-connector-java-3.0.8-stable-bin.jar file to the WEB-INF\lib directory.
  3. (optional) Rename the .jar file to mysqljdbc.jar.

Oracle 9i, 10g

Oracle/jdbc/lib/
classes12.zip

  1. Copy the classes12.zip file to the idm\WEB-INF\lib directory.
  2. Rename classes12.zip to oraclejdbc.jar.

SQL Server 2000

MicrosoftSQL Server 2000 Driver for JDBC/lib

Copy the msbase.jar, mssqlserver.jar, and msutil.jar files to the WEB-INF\lib directory.

JDBC 2.0 Data Source

Depends on the directory service. Consult the documention for your Application Server or other directory service to locate an appropriate jar that contains the InitialContextFactory class.

Copy the appropriate jar (or jars) to the WEB-INF/lib directory.


Note  For a DataSource connection, you must copy or download (and place into WEB-INF/lib) a jar that contains the InitialContextFactory class.

Refer to the following table when installing the Identity Install Pack software and completing index database selections on the Locate Identity Install Pack Repository panel.

If your selection is:

Enter:

JDBC 2.0 Data Source

Initial Context Factory: com.sun.jndi.fscontext.RefFSContextFactory

DataSource Name/Path:
jdbc/SampleDB

 

Enter the index database location. Optionally enter the password you selected when you set up the database.

MySQL

URL:
jdbc:mysql://localhost/waveset

JDBC Driver:
org.gjt.mm.mysql.Driver

Connect as User:
waveset

Enter the index database location and the password you selected when you set up the database.

Oracle

URL:
java:oracle:thin:@host.your.com:1521:dbname

JDBC Driver:
oracle.jdbc.driver.OracleDriver

Connect as User:
waveset

 

Enter the index database location and the password you selected when you set up the database.

DB2

URL:
jdbc:db2://host.your.com:6789/dbname

JDBC Driver:
COM.ibm.db2.jdbc.net.DB2Driver

—OR—

com.ibm.db2.jcc.DB2Driver

Connect as User:
Waveset

 

Enter the index database location and the password you selected when you set up the database.

SQLServer

URL:
sqlserver://host.your.com:1433;
  DatabaseName=dbname;SelectMethod=Cursor

JDBC Driver:
com.microsoft.jdbc.sqlserver.SQLServerDriver

Connect as User:
waveset

Enter the index database location and the password you selected when you set up the database.

LocalFiles

Path:
c:\jakarta-tomcat\webapps\idm\config

 

Enter the database location, or click Browse to locate it.

iPlanet/Sun ONE/Sun Java System Directory Service

Initial Context Factory:
com.sun.jndi.ldap.LdapCtxFactory

URL:
ldap://host.your.com/dc=myDomain,dc=your,dc=com

User:
waveset

Enter the index database location. Optionally enter the password you selected when you set up the database.



Previous      Contents      Next     


Copyright 2006 Sun Microsystems, Inc. All rights reserved.